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

  1. table the data bus
fps_limit(limit)Source

sets the FPS limit for C3D

Parameters

  1. 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

  1. type string the callback to override
  2. value value to set the callback to (must be possitive for the override to work)