GetAlignmentLawChaos
From NWN Lexicon
Contents |
[edit] GetAlignmentLawChaos(object)
Determines the ethos of a given creature.
int GetAlignmentLawChaos( object oCreature );
[edit] Parameters
oCreature
Target creature to retrieve the ethos alignment of.
[edit] Description
Returns an ALIGNMENT_* constant to represent oCreature's law/chaos alignment, or returns -1 if oCreature is not a valid target (OBJECT_INVALID).
[edit] Version
1.28
[edit] See Also
functions: | |
constants: |
author: Charles Feduke