Daggerfall Mod:DFRemake/Resource - RMObjects
< Mod / Daggerfall: Daggerfall Mod: DFRemake(Redirected from Daggerfall:DFRemake/Resource - RMObjects)RMObjects() is a global list, user defined type rmobjects_t, that holds all cached 3d objects.
FieldsEdit
The following table lists the RMObjects() fields.
Field | Type | Description |
---|---|---|
ObjectID | DWORD | The DarkBasic object ID. |
ObjectValue | DWORD | The Daggerfall object value from the Arch3d directory. |
Flags | DWORD | Various object parameters. |
Size | DWORD | The estimated size of the object in bytes. |
Hash | DWORD | The hash value of the object (may be used to help speed up finding objects). |
LastAccessTime | double float | The last time the object was accessed. From DFEGetTimerMS(). |
NumAccesses | DWORD | The total number of times the object has been accessed. |
NumReferences | DWORD | The current number of references using the object in the world. |