SetNPCWarningStatus
From NWN Lexicon
Contents |
[edit] SetNPCWarningStatus(int)
Stores the condition of an NPC warning status.
void SetNPCWarningStatus( int bStatus = TRUE );
[edit] Parameters
bStatus
The value of the warning status. (Default: TRUE)
[edit] Description
This function sets a local variable (NW_GENERIC_WARNING_STATUS) to bStatus on a creature.
The value is retrieved by the function GetNPCWarningStatus().
[edit] Remarks
This function is not used by BioWare and should not be of interest to anyone.
[edit] Requirements
#include " NW_I0_GENERIC "
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis