Nevermind, I found out how to do it. Just get the list of local variables using: List<GVar> localVariables = LocalVariables.GetAllVars();
List<GVar> localVariables = LocalVariables.GetAllVars();
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Nevermind, I found out how to do it. Just get the list of local variables using:
List<GVar> localVariables = LocalVariables.GetAllVars();