Skip to content
Vurv edited this page Oct 2, 2020 · 13 revisions

Welcome to the VExtensions wiki!

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.

Q & A:

Is printGlobal safe?

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

Is coroutineCore safe?

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.

Credits

Created by Vurv Message me on discord (363590853140152321) for any questions.

Clone this wiki locally