mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:28:09 +02:00
add a setter to change AgentList owner type
This commit is contained in:
parent
a78ae338db
commit
e59dbfd99b
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ public:
|
||||||
AgentListIterator end() const;
|
AgentListIterator end() const;
|
||||||
|
|
||||||
char getOwnerType() const { return _ownerType; }
|
char getOwnerType() const { return _ownerType; }
|
||||||
|
void setOwnerType(char ownerType) { _ownerType = ownerType; }
|
||||||
|
|
||||||
uint16_t getLastAgentID() const { return _lastAgentID; }
|
uint16_t getLastAgentID() const { return _lastAgentID; }
|
||||||
void increaseAgentID() { ++_lastAgentID; }
|
void increaseAgentID() { ++_lastAgentID; }
|
||||||
|
|
Loading…
Reference in a new issue