Warning!
The version you're viewing is not the latest.
Go to the latest version
Function callback
Synopsis
#include <src/entt/entity/organizer.hpp>
function_type * callback() const noexcept
Description
Returns the function associated with a vertex.
- Returns
- The function associated with the vertex.
Mentioned in
- Getting Started / Code Example
- Entity Component System / Invoke
- Entity Component System / Organizer
- Entity Component System / Views
- Entity Component System / View pack
- Entity Component System / Groups
Source
Lines 334-336 in src/entt/entity/organizer.hpp.
function_type * callback() const ENTT_NOEXCEPT {
return node.callback;
}