diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-26 01:44:13 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-26 01:44:13 -0300 |
| commit | fbb392953c5af29b6a0924590c24a05befb72e56 (patch) | |
| tree | d999d2cdb92824f1dbbb93111164696fba607328 /src/stubs.hh | |
| parent | c2f41059c71a0c7bfc0b64a7f53334d3bfd0ee76 (diff) | |
| download | game-fbb392953c5af29b6a0924590c24a05befb72e56.tar.gz game-fbb392953c5af29b6a0924590c24a05befb72e56.zip | |
more object functions
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stubs.hh b/src/stubs.hh index bc89d12..0926a52 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -18,6 +18,7 @@ extern void AbortWriter(void); extern uint32 AddDynamicString(const char *Text); extern void AnnounceChangedCreature(uint32 CreatureID, int Type); extern void BroadcastMessage(int Mode, const char *Text, ...) ATTR_PRINTF(2, 3); +extern void Change(Object Obj, ObjectType NewType, uint32 Value); extern bool CheckRight(uint32 CreatureID, RIGHT Right); extern void CleanupDynamicStrings(void); extern void CreatePlayerList(bool Online); @@ -33,6 +34,7 @@ extern TConnection *GetNextConnection(void); extern bool IsProtectionZone(int x, int y, int z); extern void Log(const char *ProtocolName, const char *Text, ...) ATTR_PRINTF(2, 3); extern void LogoutAllPlayers(void); +extern void Move(uint32 CreatureID, Object Obj, Object Con, int Count, bool NoMerge, Object Ignore); extern void MoveCreatures(int Delay); extern void NetLoadCheck(void); extern void NetLoadSummary(void); |
