Please note: CPAINT nor this website is under active development. |
Backend: cpaint.get_data()
cpaint Method Summary
boolean register()
boolean unregister()
void start()
void return_data()
object add_node()
void set_data()
mixed get_data()
void set_id()
string get_id()
void set_attribute()
string get_attribute()
void set_name()
string get_name()
string get_response_type()
mixed get_data ()
Returns the data assigned to the basenode.
Class
Return Value
» mixed data of this node
API Tags
» Access: public
Description
This method is a wrapper for cpaint_node.get_data() and will return the data assigned to the basenode of the CPAINT response.