BIS fnc timeline deleted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (infobox to template)
m (filled page)
Line 1: Line 1:
{{Function|= Comments
{{Function


| arma3 |Game name=
|game1= arma3


|1.76|Game version=
|version1= 1.76


<!---|arg= local |Multiplayer Arguments=--->
<!--|exec= server|=-->


<!---|eff= local |Multiplayer Effects=--->
<!--|arg= local-->


| <pre>/*
<!--|eff= local-->
Author: Nelson Duarte <@Nelson_G_Duarte>


Description:
|descr= Deletes given timeline and updates
Timeline is deleted
<code>[[missionNamespace]] [[getVariable]] "Timelines"];</code>


Parameter(s):
||s1= [timeline] call [[BIS_fnc_timeline_deleted]]|=Syntax
_this select 0: Object - The destroyed timeline


Returns:
|p1= timeline: [[Object]] - The timeline object
Nothing
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_timeline_deleted]]|Syntax=
|r1= [[Nothing]]


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|x1= <code>[timeline] [[call]] [[BIS_fnc_timeline_cleanup]];</code>


|Datatype - description|Return value=
|exec= call


|x1= <code></code>|Example 1=
|seealso= [[BIS_fnc_timeline_cleanup]]


|exec= call |Execution=
| |See also=
}}
}}



Revision as of 12:16, 11 January 2020

Hover & click on the images for description

Description

Description:
Deletes given timeline and updates missionNamespace getVariable "Timelines"];
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[timeline] call BIS_fnc_timeline_deleted
Parameters:
timeline: Object - The timeline object
Return Value:
Nothing

Examples

Example 1:
[timeline] call BIS_fnc_timeline_cleanup;

Additional Information

See also:
BIS_fnc_timeline_cleanup

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note