Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary Entities section in Wiki: Remove Color class since RGBA exists now in the API #85

Open
Outerbeast opened this issue Jun 5, 2023 · 0 comments

Comments

@Outerbeast
Copy link

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

Link to RGBA class https://baso88.github.io/SC_AngelScript/docs/RGBA.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant