Cocos2d-x  v3.11
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
PUObjectAbstractNode Class Reference

Internal class, This specific abstract node represents a script object. More...

Inherits PUAbstractNode.

Public Member Functions

PUAbstractNodeclone () const
 Returns a new AbstractNode which is a replica of this one. More...
 
std::string getValue () const
 Returns a string value depending on the type of the AbstractNode. More...
 

Detailed Description

Internal class, This specific abstract node represents a script object.

Internal class, This is an abstract node which cannot be broken down further.

Member Function Documentation

PUAbstractNode* clone ( ) const
virtual

Returns a new AbstractNode which is a replica of this one.

Implements PUAbstractNode.

var clone ( )
virtual

Returns a new AbstractNode which is a replica of this one.

Implements PUAbstractNode.

local clone ( )
virtual

Returns a new AbstractNode which is a replica of this one.

Implements PUAbstractNode.

std::string getValue ( ) const
virtual

Returns a string value depending on the type of the AbstractNode.

Implements PUAbstractNode.

var getValue ( )
virtual

Returns a string value depending on the type of the AbstractNode.

Implements PUAbstractNode.

local getValue ( )
virtual

Returns a string value depending on the type of the AbstractNode.

Implements PUAbstractNode.


The documentation for this class was generated from the following file: