void

空の値を示すデータタイプです。

void型を返す関数は実際の値を何も返しません。

アクションキューに登録できる関数はvoid型の関数のみです。


Example

void DeductXP(object oPC)
{
	// deduct some XP in here...
}

See Also

Data Types



JP team: marshall

Send comments on this topic.