Force sets a variable or const no matter if the variable was declared already or is const. This is used by the host application to set globals or locals.
The name of the variable or const
The value of the variable
Whether or not the variable should be considered const and unable to be overwritten by the script
See Implementation
Force sets a variable or const no matter if the variable was declared already or is const. This is used by the host application to set globals or locals.