GetIsPossessedFamiliar

From NWN Lexicon
Revision as of 01:28, 26 August 2012 by Dood (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search



GetIsPossessedFamiliar(object)

Retrieves the controller status of a familiar.

int GetIsPossessedFamiliar(
    object oCreature
);

Parameters

oCreature

Familiar to determine if it is possessed.


Description

Returns TRUE if the specified familiar is currently possessed by its master; returns FALSE if it not currently possessed by its master or if the familiar specified is not a valid creature.



Remarks

Most likely used as a condition before calling UnpossessFamiliar.


Version

1.30

See Also

functions: 

UnpossessFamiliar



 author: Charles Feduke, editor: Lilac Soul