Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:ScriptedController (P2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 21:33, 27 May 2004 by Kamek (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Postal 2 :: Controller >> AIController >> ScriptedController (P2)

ScriptedController (P2) is native in Postal 2.

New Functions[edit]

function bool UsingScript() 
Used internally by Postal 2. LambController returns false, while ScriptedController (P2) returns true. Used by the native code to do very specific things that LambController would normally override.

Related Pages[edit]

ScriptedController