Action Locations: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
No edit summary
No edit summary
 
(4 intermediate revisions by one other user 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 ==
== 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]]
[[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.

actionlocationflow.png

Classes

Sequences