Difference between revisions of "Doc/People"
From C3LearningLabs
Line 9: | Line 9: | ||
== Configuration == | == Configuration == | ||
+ | |||
+ | <syntaxhighlight lang="xml"> | ||
+ | <Object | ||
+ | Name = "PersonMoveControl" | ||
+ | BorderVisible = "True" | ||
+ | Enabeled = "False" | ||
+ | Pos = "1190,100" | ||
+ | Size = "140,85" | ||
+ | Visible = "True" /> | ||
+ | </syntaxhighlight> | ||
== Move people Control Panel == | == Move people Control Panel == |
Revision as of 21:10, 2 March 2022
Move people during a session
People can be moved around the map by the session manager or a assigned player (People move controller).
The functionality is made possible if the manager or player have the People move control panel visible in their user interface.
Configuration
<Object
Name = "PersonMoveControl"
BorderVisible = "True"
Enabeled = "False"
Pos = "1190,100"
Size = "140,85"
Visible = "True" />