Current section

Files

Jump to
wp_tables include quest_mission_location_data_QuestMissionLocationData.hrl
Raw

include/quest_mission_location_data_QuestMissionLocationData.hrl

-record(quest_mission_location_data, {
approach_radius_cm :: integer(),
area_cuid :: integer(),
cuid :: integer(),
district_cuid :: integer(),
folder_path :: binary(),
location_name_cuid :: integer(),
location_x :: float(),
location_y :: float(),
location_z :: float(),
radius_cm :: float(),
region_cuid :: integer(),
rotation_pitch_deg :: integer(),
rotation_roll_deg :: integer(),
rotation_yaw_deg :: integer(),
sub_level :: binary(),
unique_name :: binary()
}).