Entities Saving

You can see some functions used for saving all addon entities.

AAS.SaveEntity()

Save all addon entities in the database.

AAS.ReloadEntity()

Reload all addon entities : Call AAS.RemoveEntity and recreate all with database informations.

AAS.RemoveEntity()

Remove all spawned addons entities

AAS.RemoveEntitySql()

Delete all addon entities in the database according to the current map and call AAS.RemoveEntity

Last updated

Was this helpful?