Alpine Faction Event List: Difference between revisions
No edit summary |
|||
Line 69: | Line 69: | ||
|description = Display a green HUD message in the bottom middle of the screen (like the helper text when you pick up items). | |description = Display a green HUD message in the bottom middle of the screen (like the helper text when you pick up items). | ||
|on = Display the HUD message for the configured duration. | |on = Display the HUD message for the configured duration. | ||
|params = * '''message:''' (string, "Goal To Set") The message to display. | |params = * '''message:''' (string, "Goal To Set") The message to display. | ||
* '''duration:''' (int, hidden) Duration (in ms) the message will be displayed. If not specified, defaults to 5000 (5 seconds). | |||
}} | }} | ||
{{Infobox RF1Event | {{Infobox RF1Event | ||
Line 79: | Line 80: | ||
}} | }} | ||
</div><div style="clear: both;"></div> | </div><div style="clear: both;"></div> | ||
==AF_Utility== | ==AF_Utility== | ||
<div class="column"> | <div class="column"> |
Revision as of 22:05, 24 November 2024
EXPLORE
EXPLORE
EXPLORE
This page is under construction. The information on this page may not yet be complete. |
This page lists all new event scripting objects available in Alpine Faction.
AF_Flow
|
Difficulty_GateTests if the game is set to the specified difficulty and forwards messages only if true.On Response Forward on signal to all links, if the game is set to the specified difficulty.
Off Response None
Parameters
|
|
Valid_GateTests if the specified UID is a valid object and forwards messages only if true. In the case of objects that have life values (ie. clutter and entities), "valid" means alive.On Response Forward on signal to all links, if the specified object is valid.
Off Response None
Parameters
|
|
Switch_RandomRandomly select one of this event's links and send an on signal to it.On Response Send an on signal to a randomly selected link.
Off Response None
Parameters
No additional parameters. |
|
Fixed_DelayIdentical to the normal Delay event, but cannot be retriggered. Will forward a message to all links after the specified delay. Messages sent to this event while a message is queued are ignored.On Response Queue a message to be forwarded after the configured delay.
Off Response None
Parameters
No additional parameters. |
AF_General
|
Clone_EntityCreates a clone of the linked entity with the same properties and settings as its source.On Response Create a clone at the event's position.
Off Response None
Parameters
No additional parameters. |
|
HUD_MessageDisplay a green HUD message in the bottom middle of the screen (like the helper text when you pick up items).On Response Display the HUD message for the configured duration.
Off Response None
Parameters
|