2019-12-27 14:36:55 +01:00
|
|
|
.. _doc_general_globals:
|
|
|
|
|
|
|
|
Globals
|
|
|
|
=======
|
|
|
|
|
2019-12-30 03:26:16 +01:00
|
|
|
These are the global classes of the module.
|
|
|
|
|
|
|
|
Right now both need to exist in the scene before you spawn entities.
|
|
|
|
|
|
|
|
I recommend adding them as autoloads.
|
|
|
|
|
|
|
|
Later both will be optional, in the case of profile manager, this is really simple,
|
|
|
|
however in the case of data manager, this is going to be more difficult. Also for
|
|
|
|
data manager it will only be possible if networking is disabled.
|
2019-12-27 14:36:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Globals
|
|
|
|
:name: sec-globals-cat
|
|
|
|
|
2019-12-30 03:26:16 +01:00
|
|
|
entity_data_manager
|
2019-12-27 14:36:55 +01:00
|
|
|
profile_manager
|