Recent changes Random page
GAMING
Gaming
 
WoWWiki
Diablo Wiki
Fallout-The Vault
Grand Theft Wiki
Halopedia
StarCraft Wiki
FFXIclopedia
Resident Evil Wiki
See more...

Void

From NWNWiki

Jump to: navigation, search

[edit] void

A null data type. Functions set to void don't return an assignable value. Only functions of type 'void' can be assigned to the Action Queue.


//Example
void DeductXP(object oPC)
{
    // deduct some XP in here...
}
Rate this article:
Share this article: