c3d.sys
few C3D system related functions
get_bus() | returns the internal data sharing BUS |
---|---|
fps_limit(limit) | sets the FPS limit for C3D |
environmental_override(type, value) | allows you to modify environmental overrides put in place but either other pieces of code or plugins. |
- get_bus()Source
returns the internal data sharing BUS
Returns
- table the data bus
- fps_limit(limit)Source
sets the FPS limit for C3D
Parameters
- limit number the FPS limit to set
- environmental_override(type, value)Source
allows you to modify environmental overrides put in place but either other pieces of code or plugins.
Parameters
- type string the callback to override
- value value to set the callback to (must be possitive for the override to work)