- Steam App
- Contagion (238430)
- Event type
- patch note
- Published
- 6 May 2022 - 19:53:10 UTC
- Source
- steam_community_announcements
Changelog Added missing particle textures Updated Angelscript API Updated prop_door_rotating, now you can set if the player should notify others if said door is locked Updated trigger_gas, now it will mark the nav its on as "damaging" Updated AdminSystem, now it should properly save banned players (from the anti cheat) Fixed broken cubemaps for RoanokePD and UnionStation (all versions) Deprecated EntityCreator::RegisterCustomWeapon Added new scriptable bases: ScriptBase_Entity ScriptBase_PointEntity New Angelscript API functions: void CBaseEntity.SetUse(const string &in strFunction); void CBaseEntity.SetBlocked(const string &in strFunction); void CBaseEntity.SetTouch(const string &in strFunction); void CBaseEntity.SetThink(const string &in strFunction); void CBaseEntity.SetNextThink(float &in flThink, const string &in szContext = ""); SolidType_t CBaseEntity.GetSolidType(); void CBaseEnt...