NPC ScriptOperation Design: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Magodra (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
MovementOperation <|-- "<Movement>Operations"
MovementOperation <|-- "<Movement>Operations"
ScriptOperation <|-- "<Simple>Operations"
ScriptOperation <|-- "<Simple>Operations"
class ScriptOperation {
Load()
MakeCopy()
Run()=0
Advance()
}


</uml>
</uml>
Line 12: Line 19:
See [[Behavior_Operations]] page for description of syntax and commands.
See [[Behavior_Operations]] page for description of syntax and commands.


[[Category:Engine documents]]
[[Category:Engine documents]] [[Category:NPCClient Design]]

Latest revision as of 13:46, 23 December 2011

Classes

Design

Documentation

See Behavior_Operations page for description of syntax and commands.