Action Locations: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
No edit summary
 
(5 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


[[Category:Engine documents]]
== 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.

actionlocationflow.png

Classes

Sequences