-
Notifications
You must be signed in to change notification settings - Fork 2
Home
You will find all of the documentation on the e2, starfallex functions added in this addon, all of the sub-addons and all of the clientside and serverside convars.
Yes, printGlobal is perfectly safe. Unlike the chatPrint expression2 extension, it has burst print limits, character max limits and argument limits that can all be customized with the following convars: printglobal_charmax_sv printglobal_argmax_sv printglobal_burst_sv
CoroutineCore should be safe. I say this because as of now, there is no penalty for the number of coroutines used. This may lead to server lag.. but all coroutines act as if they were different e2 chips so they are of course regulated in CPU time and op/s. To disable coroutinecore, use this concommand: wire_expression2_extension_disable coroutines
Everything else is pretty much 100% safe, there's no way to abuse those functions.
: Created by Vurv Message me on discord (363590853140152321) for any questions.