1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Implement functions to import existing entity instances after loading is complete.

This commit is contained in:
Sandu Liviu Catalin
2016-03-24 08:44:01 +02:00
parent f5ec4e65ce
commit e057f22402
4 changed files with 204 additions and 2 deletions

View File

@ -748,7 +748,7 @@ enum CmdError
#define SQMOD_CREATE_POOL -4
#define SQMOD_CREATE_AUTOMATIC -5
#define SQMOD_CREATE_OVERWRITE -6
#define SQMOD_CREATE_RESURECT -7
#define SQMOD_CREATE_IMPORT -7
#define SQMOD_DESTROY_DEFAULT 0
#define SQMOD_DESTROY_MANUAL -3