Skip to content

class_ECS

GodexBot edited this page Feb 8, 2021 · 1 revision

This file is automatically generated. To make changes, please edit the corresponding XML file in the doc_classes/ folder instead.

ECS

Singleton to access Godex utilities.

Methods

Constants

  • NOTIFICATION_ECS_WORLD_LOADED = -1
  • NOTIFICATION_ECS_WORLD_PRE_UNLOAD = -2
  • NOTIFICATION_ECS_WORLD_UNLOADED = -3
  • NOTIFICATION_ECS_WORDL_READY = -4
  • NOTIFICATION_ECS_ENTITY_CREATED = -5
  • Child = 0
  • Disabled = 1
  • MeshComponent = 2
  • TransformComponent = 3
  • Shape3DComponent = 4
  • WorldCommands = 0
  • World = 1
  • FrameTime = 2
  • OsDatabag = 3
  • EngineDatabag = 4
  • MessageQueueDatabag = 5
  • RenderingServerDatabag = 6
  • RenderingScenarioDatabag = 7
  • Physics3D = 8
  • InputDatabag = 9

Method Descriptions

  • Node get_active_world ( )

  • int get_component_id ( StringName name ) |const|

  • int get_databag_id ( StringName name ) |const|

  • int get_system_id ( StringName name ) |const|

  • bool verify_component_id ( int name ) |const|

  • bool verify_databag_id ( int name ) |const|

  • bool verify_system_id ( int name ) |const|