17struct EntitySensorDefinition {
21 ::ll::TypedStorage<1, 1, bool> mRelativeRange;
22 ::ll::TypedStorage<1, 1, bool> mFindPlayersOnly;
23 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mEventCondition;
24 ::ll::TypedStorage<8, 24, ::std::vector<::EntitySubsensorDescriptor>> mSubsensorDescriptors;
30 MCAPI EntitySensorDefinition();
38 MCAPI
static void buildSchema(
Definition EntityContext.h:17