C3Fire

Difference between revisions of "Doc/People"

From C3LearningLabs
Line 18: Line 18:
 
     Size = "140,85"
 
     Size = "140,85"
 
     Visible = "True" />
 
     Visible = "True" />
 +
</syntaxhighlight>
 +
 +
<syntaxhighlight lang="xml">
 +
  <UserInterfaceLayout>
 +
 +
    <Layout
 +
      Name = "Ground Chief" >
 +
 +
<Object
 +
    Name = "PersonMoveControl"
 +
</syntaxhighlight>
 +
 +
 +
<syntaxhighlight lang="xml">
 +
  <ManagerConfig
 +
    WindowSize = "1325,945" >
 +
 +
    <SessionControlLayout>
 +
 +
<Object
 +
    Name = "PersonMoveControl"
 +
</syntaxhighlight>
 +
 +
<syntaxhighlight lang="xml">
 +
  <ReplayConfig
 +
    WindowSize = "1300,996" >
 +
 +
    <SimulationMapLayout>
 +
 +
<Object
 +
    Name = "PersonMoveControl"
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 21:12, 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" />
  <UserInterfaceLayout>

    <Layout
      Name = "Ground Chief" >

 <Object
     Name = "PersonMoveControl"


  <ManagerConfig
    WindowSize = "1325,945" >

    <SessionControlLayout>

 <Object
     Name = "PersonMoveControl"
  <ReplayConfig
    WindowSize = "1300,996" >

    <SimulationMapLayout>

 <Object
     Name = "PersonMoveControl"

Move people Control Panel

Move People