![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| Color | GetDebugColor () |
| int | GetGridUpdateId () |
| vector | GetOwnerOrigin () |
| string | GetDebugName () |
| int | GetDebugNameHash () |
| SCR_ResourceComponent | GetComponent () |
| IEntity | GetOwner () |
| EResourceRights | GetResourceRight () |
| bool | ShouldUpdate () |
| bool | IsIsolated () |
| bool | IsGridUpdateIdGreaterThan (int gridUpdateId) |
| void | SetResourceRights (EResourceRights rights) |
| void | SetGridUpdateId (int gridUpdateId) |
| void | Update (float timeslice) |
| void | Update (WorldTimestamp timestamp) |
| void | UpdateInner (float timeslice) |
| void | Clear () |
| void | ~SCR_ResourceActor () |
Protected Attributes | |
| string | m_sDebugName |
| EResourceRights | m_eResourceRights |
| EResourceType | m_eResourceType |
| SCR_ResourceComponent | m_ResourceComponent |
| IEntity | m_Owner |
Static Protected Attributes | |
| static const float | UPDATE_PERIOD = 10.0 / 60.0 |
| static const int | CODEC_GENERATOR_PACKET_BYTESIZE = 32 |
Definition at line 2 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 145 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 138 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 61 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 22 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 47 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 54 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 29 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 68 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 36 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 75 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 90 of file SCR_ResourceConsumer.c.
|
inlineprotected |
| [in] | gridUpdateId |
Definition at line 112 of file SCR_ResourceConsumer.c.
|
inlineprotected |
| [in] | rights |
Definition at line 105 of file SCR_ResourceConsumer.c.
|
inlineprotected |
Definition at line 83 of file SCR_ResourceConsumer.c.
|
protected |
Method used to perform a periodic/iterative update on the state of the resource actor.
| [in] | timeslice | Delta time of the moment when the method was called. |
|
protected |
Method used to perform a periodic/iterative update on the state of the resource actor.
| [in] | timestamp | WorldTimestamp object of the moment when the method was called. |
|
inlineprotected |
| [in] | timeslice |
Definition at line 131 of file SCR_ResourceConsumer.c.
|
staticprotected |
Definition at line 6 of file SCR_ResourceConsumer.c.
|
protected |
Definition at line 12 of file SCR_ResourceConsumer.c.
|
protected |
Definition at line 15 of file SCR_ResourceConsumer.c.
|
protected |
Definition at line 18 of file SCR_ResourceConsumer.c.
|
protected |
Definition at line 17 of file SCR_ResourceConsumer.c.
|
protected |
Definition at line 9 of file SCR_ResourceConsumer.c.
|
staticprotected |
Definition at line 5 of file SCR_ResourceConsumer.c.