Event:
|
S_EVENT_LANDING_QUALITY_MARK
|
Added with: 2.7
|
|
Enum ID:
|
36
|
Event Locality: None
|
Description:
|
Event that occurs shortly after landing on an aircraft carrier that returns the LSO score associated with the landing.
Initiator : Unit object that landed
Place: Location that the aircraft landed at
Comment: LSO score associated with the landing that appears for that player
|
|
Table Format:
|
Example Format
Event = {
id = 36,
time = Time,
initiator = Unit,
place = Unit,
comment = string,
subPlace = 0
}
|
|
Examples:
|
Returned example
["subPlace"] = 0,
["time"] = 446.295,
["initiator"] = {Aircraft},
["place"] = {Carrier},
["comment"] = "LSO: GRADE:_OK_ : WIRE# 3",
["id"] = 36,
|
Notes:
|
|
Events:
|
shot, hit, takeoff, land, crash, ejection, refueling, dead, pilot_dead, base_captured, mission_start, mission_end, took_control, refueling_stop, birth, human_failure, detailed_failure, engine_startup, engine_shutdown, player_enter_unit, player_leave_unit, player_comment, shooting_start, shooting_end, mark_added, mark_change, mark_remove, kill, score, unit_lost, landing_after_ejection, discard_chair_after_ejection, weapon_add, landing_quality_mark, ai_abort_mission, weapon_drop, runway_takeoff, runway_touch,
|