Variables

Access to XPE variables from external C++ functions
simple access to value of XPE variables
as an integer
as a float
as a string
writing a basic C value to an XPE variable
C integer to XPE variable
C float to XPE variable
C string to XPE variable
copying values between XPE variables without knowing the types of the values involved
incrementing an XPE variables that holds an integer
simple non-optimised version
optimised version

 

accessing XPE variables

simple access to value of XPE variables

 

writing a basic C value to an XPE variable

 

copying values between XPE variables without knowing the types of the values involved

	XPE::get_variable("fred") = XPE::get_variable("jack");

 

incrementing an XPE variables that holds an integer