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

Internal class, The compiler of scrip. More...

Public Member Functions

void setParticleSystem3D (PUParticleSystem3D *pu)
 Set the particle system. More...
 
var setParticleSystem3D ( var pu)
 Set the particle system. More...
 
local setParticleSystem3D ( local pu)
 Set the particle system. More...
 
const PUAbstractNodeList * compile (const std::string &file, bool &isFirstCompile)
 Compile a file. More...
 
local compile ( local file, local isFirstCompile)
 Compile a file. More...
 
void convertToAST (const PUConcreteNodeList &nodes, PUAbstractNodeList &aNodes)
 PUConcreteNodeList Convert to PUAbstractNodeList. More...
 

Detailed Description

Internal class, The compiler of scrip.

Member Function Documentation

void setParticleSystem3D ( PUParticleSystem3D pu)

Set the particle system.

The particle system.

var setParticleSystem3D ( var  pu)

Set the particle system.

The particle system.

local setParticleSystem3D ( local  pu)

Set the particle system.

The particle system.

const PUAbstractNodeList* compile ( const std::string &  file,
bool &  isFirstCompile 
)

Compile a file.

The path of file. Is first compile this file.

var compile ( var  file,
var  isFirstCompile 
)

Compile a file.

The path of file. Is first compile this file.

local compile ( local  file,
local  isFirstCompile 
)

Compile a file.

The path of file. Is first compile this file.

void convertToAST ( const PUConcreteNodeList &  nodes,
PUAbstractNodeList &  aNodes 
)

PUConcreteNodeList Convert to PUAbstractNodeList.

The PUConcreteNodeList. The PUAbstractNodeList.

var convertToAST ( var  nodes,
var  aNodes 
)

PUConcreteNodeList Convert to PUAbstractNodeList.

The PUConcreteNodeList. The PUAbstractNodeList.

local convertToAST ( local  nodes,
local  aNodes 
)

PUConcreteNodeList Convert to PUAbstractNodeList.

The PUConcreteNodeList. The PUAbstractNodeList.


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