CanFlyHere - Actor
Revision as of 16:11, 27 February 2012 by imported>0 HOTSPOTSHIELD (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script Can this actor fly here? == Syntax == <source lang="papyrus"> bool Function CanFlyHere() native </...")
Member of: Actor Script
Can this actor fly here?
Syntax[edit | edit source]
bool Function CanFlyHere() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether this actor can fly here or not.
Examples[edit | edit source]
; Can Nate fly here?
bool nateCanFlyHere = Nate.CanFlyHere()