Skip to main content

Class: PythonComponent

This page documents the methods and fields available in the PythonComponent class.

Members

SignatureDescription
PythonComponent()Creates a new instance of PythonComponent.
call(String)Performs the call operation using the provided parameters (name).
call(String, Object...)Performs the call operation using the provided parameters (name, args).
call(String, String)Performs the call operation using the provided parameters (name, args).
call(String, boolean)Performs the call operation using the provided parameters (name, args).
call(String, float)Performs the call operation using the provided parameters (name, args).
call(String, int)Performs the call operation using the provided parameters (name, args).
get(String)Returns the current value.
getBoolean(String)Returns the current boolean.
getDouble(String)Returns the current double.
getFloat(String)Returns the current float.
getGlobals()Returns the current globals.
getInstance()Returns the current instance.
getInt(String)Returns the current int.
getLong(String)Returns the current long.
getString(String)Returns the current string.
getVar(String)Returns the current var.
set(String, LuaValue)Sets or updates the the value.
setBoolean(String, boolean)Sets or updates the boolean.
setDouble(String, double)Sets or updates the double.
setFloat(String, float)Sets or updates the float.
setInt(String, int)Sets or updates the int.
setLong(String, long)Sets or updates the long.
setString(String, String)Sets or updates the string.
setVar(String, ValueObject)Sets or updates the var.