◆ ~SCR_ResourceActor()
void SCR_ResourceActor.~SCR_ResourceActor |
( |
| ) |
|
◆ Clear()
void SCR_ResourceActor.Clear |
( |
| ) |
|
◆ GetComponent()
◆ GetDebugColor()
Color SCR_ResourceActor.GetDebugColor |
( |
| ) |
|
◆ GetDebugName()
string SCR_ResourceActor.GetDebugName |
( |
| ) |
|
◆ GetDebugNameHash()
int SCR_ResourceActor.GetDebugNameHash |
( |
| ) |
|
◆ GetGridUpdateId()
int SCR_ResourceActor.GetGridUpdateId |
( |
| ) |
|
◆ GetOwner()
IEntity SCR_ResourceActor.GetOwner |
( |
| ) |
|
◆ GetOwnerOrigin()
vector SCR_ResourceActor.GetOwnerOrigin |
( |
| ) |
|
◆ GetResourceRight()
EResourceRights SCR_ResourceActor.GetResourceRight |
( |
| ) |
|
◆ IsGridUpdateIdGreaterThan()
bool SCR_ResourceActor.IsGridUpdateIdGreaterThan |
( |
int | gridUpdateId | ) |
|
◆ IsIsolated()
bool SCR_ResourceActor.IsIsolated |
( |
| ) |
|
◆ SetGridUpdateId()
void SCR_ResourceActor.SetGridUpdateId |
( |
int | gridUpdateId | ) |
|
◆ SetResourceRights()
void SCR_ResourceActor.SetResourceRights |
( |
EResourceRights | rights | ) |
|
◆ ShouldUpdate()
bool SCR_ResourceActor.ShouldUpdate |
( |
| ) |
|
◆ Update() [1/2]
void SCR_ResourceActor.Update |
( |
float | timeslice | ) |
|
Method used to perform a periodic/iterative update on the state of the resource actor.
- Parameters
-
[in] | timeslice | Delta time of the moment when the method was called. |
◆ Update() [2/2]
void SCR_ResourceActor.Update |
( |
WorldTimestamp | timestamp | ) |
|
Method used to perform a periodic/iterative update on the state of the resource actor.
- Parameters
-
[in] | timestamp | WorldTimestamp object of the moment when the method was called. |
Implemented in SCR_ResourceContainer.
◆ UpdateInner()
void SCR_ResourceActor.UpdateInner |
( |
float | timeslice | ) |
|
◆ CODEC_GENERATOR_PACKET_BYTESIZE
const int SCR_ResourceActor.CODEC_GENERATOR_PACKET_BYTESIZE = 32 |
|
staticprotected |
◆ m_eResourceRights
EResourceRights SCR_ResourceActor.m_eResourceRights |
|
protected |
◆ m_eResourceType
EResourceType SCR_ResourceActor.m_eResourceType |
|
protected |
◆ m_Owner
IEntity SCR_ResourceActor.m_Owner |
|
protected |
◆ m_ResourceComponent
◆ m_sDebugName
string SCR_ResourceActor.m_sDebugName |
◆ RESOURCES_LOWER_LIMIT
const float SCR_ResourceActor.RESOURCES_LOWER_LIMIT = 0.0 |
|
static |
◆ UPDATE_PERIOD
const float SCR_ResourceActor.UPDATE_PERIOD = 10.0 / 60.0 |
|
staticprotected |
The documentation for this interface was generated from the following file:
- Game/Sandbox/Resources/Consumer/SCR_ResourceConsumer.c