Player
classLocal player controller
Inherited from Actor (2)
- Actor:add_actor_component(component_class, component_name) Create, register and attach a component of the given class
- Actor:set_field_object(field_name, object) Assign an object into a UObject property of the actor by name
Inherited from Object (5)
- name Object name
- Object.find(name) Find an already loaded object by name
- Object.cast(object) Trying to cast Object into Object
- Object:get_class() Class of this object
- Object.get_class() Return Object class object