The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:ScriptedController (P2)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 04:33, 28 May 2004 by Kamek (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Postal 2 :: Controller >> AIController >> ScriptedController (P2)

ScriptedController (P2) is native in Postal 2.

[edit] New Functions

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.

[edit] Related Pages

ScriptedController