Class Varcs

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getInt​(int varc)
      Gets an int value for a given varc
      static java.lang.String getString​(int varc)
      Gets the string value for a given varc
      static void setInt​(int val, int intVal)
      Runs on the RS client thread.
      static void setString​(int val, java.lang.String str)
      Runs on the RS client thread.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInt

        public static int getInt​(int varc)
        Gets an int value for a given varc
        Parameters:
        varc -
        Returns:
      • getString

        public static java.lang.String getString​(int varc)
        Gets the string value for a given varc
        Parameters:
        varc -
        Returns:
      • setString

        public static void setString​(int val,
                                     java.lang.String str)
        Runs on the RS client thread. This will add the call to the client thread. It will NOT wait for the client thread to process it.
        Parameters:
        val -
        str -
      • setInt

        public static void setInt​(int val,
                                  int intVal)
        Runs on the RS client thread. This will add the call to the client thread. It will NOT wait for the client thread to process it.
        Parameters:
        val -
        intVal -