Declared in TrackingSystem
Declaration
void TrackObject(
Object obj,
bool includeAdvanced
);Description
Starts tracking an object in the system. This will be used to store the properties of the object in the database.
Parameters
| Name | Description |
|---|---|
| obj | The object to start tracking |
| includeAdvanced | A flag whether to include advanced variables too |