BIS fnc timeline deleted: Difference between revisions
Jump to navigation
Jump to search
m (infobox to template) |
m (filled page) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | |game1= arma3 | ||
|1.76 | |version1= 1.76 | ||
<! | <!--|exec= server|=--> | ||
<! | <!--|arg= local--> | ||
| | <!--|eff= local--> | ||
|descr= Deletes given timeline and updates | |||
<code>[[missionNamespace]] [[getVariable]] "Timelines"];</code> | |||
||s1= [timeline] call [[BIS_fnc_timeline_deleted]]|=Syntax | |||
|p1= timeline: [[Object]] - The timeline object | |||
| | |r1= [[Nothing]] | ||
| | |x1= <code>[timeline] [[call]] [[BIS_fnc_timeline_cleanup]];</code> | ||
| | |exec= call | ||
| | |seealso= [[BIS_fnc_timeline_cleanup]] | ||
}} | }} | ||
Revision as of 11:16, 11 January 2020
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