CanFlyHere - Actor

Revision as of 09:10, 15 June 2012 by imported>JLundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script ''(Requires 1.6)'' Can this actor fly here? == Syntax == <source lang="papyrus"> bool Function ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script (Requires 1.6)

Can this actor fly here?

SyntaxEdit

bool Function CanFlyHere() native

ParametersEdit

None.

Return ValueEdit

Whether this actor can fly here or not.

ExamplesEdit

; Can Nate fly here?
bool nateCanFlyHere = Nate.CanFlyHere()

See AlsoEdit