mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 13:14:18 +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;
|
||||
|
||||
char getOwnerType() const { return _ownerType; }
|
||||
void setOwnerType(char ownerType) { _ownerType = ownerType; }
|
||||
|
||||
uint16_t getLastAgentID() const { return _lastAgentID; }
|
||||
void increaseAgentID() { ++_lastAgentID; }
|
||||
|
|
Loading…
Reference in a new issue