strputchrDx

文字列の指定の位置に文字コードを書き込む、Posは書き込む位置、CharCodeは文字コード

nothrow @nogc extern (C++, DxLib) extern
int
strputchrDx
(
dxlib_d.DxDataType.TCHAR* Str
,
int Pos
,
dxlib_d.DxDataType.DWORD CharCode
)

Return Value

Type: int

書き込んだ文字数(マルチバイト文字列版では文字コード形式として SetUseCharCodeFormatで設定した形式が使用されます)

Meta