Python scripting OLP Core - Enums
ControllerTypes
Defines the controller types.
class ControllerTypes
(IntEnum):
{
Motion
= 1,
Logic = 2
,
Team = 3
};
Previous page
Chapter page
Next page