You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 parameter needs to have the example function parameters changed from Color to RGBA
Example: Color c=PURPLE should be changed to something like RGBA c=RGBA_WHITE