Skip to content

class_System

GodexBot edited this page Mar 15, 2021 · 2 revisions

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

System

Scripting API: Please edit XML with descriptions.

Methods

Enumerations

enum Mutability:

  • IMMUTABLE = 0
  • MUTABLE = 1

Method Descriptions


  • int get_current_entity_id ( ) |const|


  • void maybe_component ( int component_id, Mutability mutability )

  • void with_component ( int component_id, Mutability mutability )

  • void with_databag ( int databag_id, Mutability mutability )

  • void with_storage ( int component_id )

  • void not_component ( int component_id )