cubos::core::ecs::SystemOptions struct

Contains extra options for a specific system argument.

Public variables

std::vector<QueryTerm> queryTerms
Extra query terms to pass, if it's a query argument.
int observedTarget
Target entity being observed, if it's an observer argument. -1 otherwise.