SC_AngelScript icon indicating copy to clipboard operation
SC_AngelScript copied to clipboard

Sven Co-op AngelScript documentation, tutorials, sample code and tools

Results 47 SC_AngelScript issues
Sort by recently updated
recently updated
newest added

The section covering `Color` class needs to get removed since RGBA class exists natively for this purpose https://github.com/baso88/SC_AngelScript/wiki/Temporary-Entities#code-comments Every TE page that has a sample function that uses a `Color`...

The VGUI1 scoreboard title can't display Unicode characters properly if they're in the `hostname` cvar: ![img](https://i.imgur.com/OK8lEv9.png) Everything that's VGUI2 based works properly, like the console and the server browser. Extended...

The `string::RFind` method does not work properly when using `String::INVALID_INDEX` as the start index. This is the default value for RFind and is intended to start looking at the end...

A request for exposing FRouteClear() function.

I'd like to request a utility to be exposed - UTIL_MoveToOrigin().

A request for exposing Squadmaker class.

A request for exposing CTalkMonster class.

Add way of getting custom model replacements analog to FindSoundReplacementSample(). For example: string FindModelReplacement(CBaseEntity@ pEntity, const string& in szModelName) const Finds the model replacement file/path for the given entity and...

Would be nice to have a separate procedure for when as_reloadplugin(s) is called for the plugin instead of having to take care of it when it first loads. Such as...

Hook Request

Hook pfnUse for specific classname