Documentation Index

CPAINT :: Cross-Platform Asynchronous INterface Toolkit

Backend: cpaint.get_id()

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()

string get_id ()

Returns the id property of the basenode.

Class

cpaint

Return Value

» string value of the id property

API Tags

» Access: public
» Deprecated since version 2.0.0, use cpaint.get_attribute() instead

Description

This method is a wrapper for cpaint_node.get_id(). Its use is considered deprecated.