![]() |
VR-Forces Development_Version Class Documentation
|
This object will return a block of resources to a request for resources for a particular entity. More...
Public Member Functions | |
| DtResource () | |
| DtResource & | operator= (const DtResource &res) |
Public Attributes | |
| DtNetFloat64 | myCurrentAmount |
| DtNetFloat64 | myFullAmount |
| DtString | myResourceName |
| DtString | myResourceType |
| DtEntityType | myResourceEntityType |
| Only munition resources currently have an entity associated with them Future resources may also have an entity type associated with them. | |
This object will return a block of resources to a request for resources for a particular entity.
The response block will contain a the list of resources, current value and maximum value for each resource for each entity
|
inline |
|
inline |
References myCurrentAmount, myFullAmount, myResourceEntityType, myResourceName, and myResourceType.
| DtNetFloat64 DtResource::myCurrentAmount |
Referenced by operator=().
| DtNetFloat64 DtResource::myFullAmount |
Referenced by operator=().
| DtString DtResource::myResourceName |
Referenced by operator=().
| DtString DtResource::myResourceType |
Referenced by operator=().
| DtEntityType DtResource::myResourceEntityType |
Only munition resources currently have an entity associated with them Future resources may also have an entity type associated with them.
Want to be able to accomidate this and all for filtering resources in the front end
Referenced by operator=().