Difference between revisions of "NPC ScriptOperation Design"

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


</uml>
</uml>
Line 11: 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 15:46, 23 December 2011

Classes

Adobe SVG Viewer plugin (for Internet Explorer) or use Firefox, Opera or Safari instead.

Design

Documentation

See Behavior_Operations page for description of syntax and commands.