Conflicts with Official VScript
📋 Todo: This needs to be updated with TF2 SDK collisions.
Some features from Valve’s games are not available in Mapbase’s implementation of VScript, although some may be available in the future.
- Some of the global functions are not yet available because many of them are game-specific and are not included in the Alien Swarm SDK.
- Some singletons are not yet available for the same reason.
- In the source code, the following
IScriptVMfunctions are currently unsupported:AddSearchPath,Frame,DumpState,SetOutputCallback,SetErrorCallback
The following differences are intentional:
SetAnglesnow takes aVectorinstead of a separate pitch, yaw, and roll, similar toSetOrigin.EntFirecan now take an optional caller at the end andEntFireByHandleno longer requires all parameters.
