NPC ScriptOperation Design: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<uml> | <uml> | ||
ScriptOperation <|-- MovementOperation | ScriptOperation <|-- MovementOperation | ||
MovementOperation <|-- | MovementOperation <|-- "<Movement>Operations" | ||
ScriptOperation <|-- | 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]] |