Python scripting OLP Core - Enums

ControllerTypes

Previous  Chapter  Next

 

Defines the controller types.

 

class ControllerTypes (IntEnum):

  {

    Motion = 1,

    Logic = 2,

    Team = 3

  };

 


Previous
Previous page
Chapter
Chapter page
Next
Next page