NPC ScriptOperation Design: Difference between revisions
Jump to navigation
Jump to search
Replaced content with '== Classes == <uml> ScriptOperation -- MovementOperation </uml> == Design == == Documentation == See Behavior_Operations page for description of syntax and commands. […' |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Classes == | == Classes == | ||
<uml> | <uml> | ||
ScriptOperation -- MovementOperation | ScriptOperation <|-- MovementOperation | ||
MovementOperation <|-- "<Movement>Operations" | |||
ScriptOperation <|-- "<Simple>Operations" | |||
class ScriptOperation { | |||
Load() | |||
MakeCopy() | |||
Run()=0 | |||
Advance() | |||
} | |||
</uml> | </uml> | ||
Line 9: | 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]] |