MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / flags

Method flags

ogsr_engine/xrGame/patrol_path_params.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90Flags32 CPatrolPathParams::flags(u32 index) const
91{
92 VERIFY(m_path->vertex(index));
93 return (Flags32().assign(m_path->vertex(index)->data().flags()));
94}
95
96LPCSTR CPatrolPathParams::name(u32 index) const
97{

Callers 15

UpdatePatrolPathMethod · 0.80
GetSpeedInDestPointMethod · 0.80
flagMethod · 0.80
class_rep.cppFile · 0.80
lua_class_gettableMethod · 0.80
lua_class_settableMethod · 0.80
convert_toMethod · 0.80
stack_content_by_nameMethod · 0.80
matchMethod · 0.80
applyMethod · 0.80
matchMethod · 0.80

Calls 3

vertexMethod · 0.45
assignMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected