GetAlignmentLawChaos(object)

Determines the ethos of a given creature.

int GetAlignmentLawChaos(
    object oCreature
);

Parameters

oCreature

Target creature to retrieve the ethos alignment of.


Description

Returns an ALIGNMENT_* constant to represent oCreature's law/chaos alignment, or returns -1 if oCreature is not a valid target (OBJECT_INVALID).



Version

1.28

See Also

functions: AdjustAlignment | AdjustReputation | GetAlignmentGoodEvil | GetLawChaosValue | GetReputation
categories: Alignment Functions | Get Data from Creature Functions
constants: ALIGNMENT_* Constants


 author: Charles Feduke