BIS fnc timeline deleted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(created page)
 
m (Some wiki formatting)
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.76


|1.76|Game version=
|gr1= Timeline


<!---|arg= local |Multiplayer Arguments=--->
|descr= Deletes given timeline and updates.
<sqf>missionNamespace getVariable "Timelines";</sqf>


<!---|eff= local |Multiplayer Effects=--->
|s1= [timeline] call [[BIS_fnc_timeline_deleted]]


| <pre>/*
|p1= timeline: [[Object]] - the timeline object
Author: Nelson Duarte <@Nelson_G_Duarte>


Description:
|r1= [[Nothing]]
Timeline is deleted


Parameter(s):
|x1= <sqf>[timeline] call BIS_fnc_timeline_deleted;</sqf>
_this select 0: Object - The destroyed timeline


Returns:
|seealso= [[BIS_fnc_timeline_cleanup]]
Nothing
*/</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |Description=
 
|[] call [[BIS_fnc_timeline_deleted]]|Syntax=
 
|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
 
|Datatype - description|Return value=
 
|x1= <code></code>|Example 1=
 
|exec= call |Execution=
 
| |See also=
}}
}}
[[Category:Function Group: Timeline|{{uc:timeline_deleted}}]]
[[Category:Functions|{{uc:timeline_deleted}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:timeline_deleted}}]]

Latest revision as of 22:02, 17 April 2024

Hover & click on the images for description

Description

Description:
Deletes given timeline and updates.
Execution:
call
Groups:
Timeline

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_deleted;

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