libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Ship::EventAction Member List

This is the complete list of members for Ship::EventAction, including all inherited members.

Action(std::shared_ptr< Tickable > tickable)Ship::Action
ActionRan() overrideShip::EventActionprotectedvirtual
CanStart()Ship::Actionvirtual
CanStop()Ship::Actionvirtual
ClearCallback()Ship::EventAction
EventAction(EventID eventId, std::shared_ptr< Tickable > tickable)Ship::EventAction
EventAction(EventID eventId, std::shared_ptr< Tickable > tickable, EventActionCppCallback callback, uintptr_t callbackPointerData=0)Ship::EventAction
EventAction(EventID eventId, std::shared_ptr< Tickable > tickable, uintptr_t callback, uintptr_t callbackPointerData=0)Ship::EventAction
GetCallback() constShip::EventAction
GetCallbackPointerData() constShip::EventAction
GetContext() constShip::Part
GetEventId() constShip::EventAction
GetHasCppCallback() constShip::EventAction
GetHasRawCallback() constShip::EventAction
GetId() constShip::Part
GetTickable() constShip::Action
GetTime(const ClockType clockType) constShip::Action
HasCallback() constShip::EventAction
IsRunning() constShip::Action
OnAdded(bool forced)Ship::Partprotectedvirtual
OnRemoved(bool forced)Ship::Partprotectedvirtual
operator==(const Part &other) constShip::Part
Part()Ship::Part
Part(std::shared_ptr< Context > context)Ship::Partexplicit
Run()Ship::Action
SetCallback(const EventActionCallback &callback)Ship::EventAction
SetCallback(const EventActionCallback &callback, uintptr_t callbackPointerData)Ship::EventAction
SetCallback(EventActionCppCallback callback)Ship::EventAction
SetCallback(EventActionCppCallback callback, uintptr_t callbackPointerData)Ship::EventAction
SetCallback(uintptr_t callback)Ship::EventAction
SetCallback(uintptr_t callback, uintptr_t callbackPointerData)Ship::EventAction
SetCallbackPointerData(uintptr_t callbackPointerData)Ship::EventAction
SetContext(std::shared_ptr< Context > ctx)Ship::Part
Start(const bool force=false)Ship::Action
Started(const bool forced)Ship::Actionvirtual
Stop(const bool force=false)Ship::Action
Stopped(const bool forced)Ship::Actionvirtual
~Action()=defaultShip::Actionvirtual
~EventAction()=defaultShip::EventActionvirtual
~Part()=defaultShip::Partvirtual