1
0
EQ2Emu/docs/code/Object.md
2025-05-06 09:54:48 -04:00

20 lines
342 B
Markdown

# File: `Object.h`
## Classes
- `Object`
## Functions
- `void SetClickable(bool click){`
- `void SetZone(char* zone){`
- `bool IsObject(){ return true; }`
- `void HandleUse(Client* client, string command);`
- `void SetDeviceID(int8 val) { m_deviceID = val; }`
- `int8 GetDeviceID() { return m_deviceID; }`
## Notable Comments
- /*
- */