API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race End Screen
**File:** `flowgraph/nodes/gameplay/race/raceEndScreen.lua`
File: flowgraph/nodes/gameplay/race/raceEndScreen.lua
Description: Shows the end screen of a scenario with customizable buttons.
Category: once_instant
Data Fields
| Field | Default |
|---|---|
self.data.includeRetryButton | true |
self.data.includeScenarioButton | false |
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
reset | flow | Resets this node. |
title | string | Title of the menu. |
? | ? | |
stats | table | Stats for endscreen. Use endStats node. |
vehId | number | Id of the vehicle to show detailled stats for. |
stats | table | Stats for endscreen. Use endStats node. |
Methods
C:init()C:postInit()C:_executionStarted()C:drawCustomProperties()C:updateButtons()C:_onSerialize(res)C:_onDeserialized(nodeData)C:_executionStopped()C:_afterTrigger()C:reset()C:buttonPushed(action)C:getCmd(action)C:onResetGameplay()C:closeDialogue()C:onClientEndMission()C:openDialogue()C:closed()C:work()
See Also
- File Path - Related reference
- File Race - Related reference
- im Race Times - Related reference
- FlowGraph Guide - Guide