Action Locations: Difference between revisions
Jump to navigation
Jump to search
Created page with 'This is an overview of how action locations are used. http://www.planeshift.it/download/prospects/actionlocationflow.png' |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This is an overview of how action locations are used. | This is an overview of how action locations are used. | ||
http://www.planeshift.it/download/prospects/actionlocationflow.png | http://www.planeshift.it/public/download/prospects/actionlocationflow.png | ||
== Classes == | |||
<uml> | |||
gemObject <|-- gemActionLocation | |||
psActionLocation -Right- gemActionLocation | |||
</uml> | |||
== Sequences == | |||
<uml> | |||
ActionManager --> ActionManager : RepopulateActionLocations | |||
activate ActionManager | |||
create psActionLocation | |||
ActionManager --> psActionLocation | |||
deactivate ActionManager | |||
</uml> | |||
[[Category:Engine documents]] [[Category:Server Design]] |
Latest revision as of 21:51, 8 March 2020
This is an overview of how action locations are used.
Classes

Sequences
