10 lines
184 B
ActionScript
10 lines
184 B
ActionScript
|
|
Entity activeEntity = Engine::getRoot();
|
|
|
|
Entity get_activeEntity() const property {
|
|
return activeEntity;
|
|
}
|
|
|
|
void set_activeEntity(Entity ent) property {
|
|
activeEntity = ent;
|
|
} |