BIS fnc incapacitatedEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| A draft of incapacitated effects function. {{warning|Does nothing, as the whole code is commented out.}} |Description=
File: fn_incapacitatedEffect.sqf
 
Description:
Do not use - WIP.
 
Parameter(s):
-
 
Returned value:
-
*/
 
//-----------------INCAPACITATED PPs-----------------------------------------
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_incapacitatedEffect]]; --> |= Syntax
| call [[BIS_fnc_incapacitatedEffect]] |Syntax=


|p1= |= Parameter 1
| [[Nothing]] |Return value=
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[call]] [[BIS_fnc_incapacitatedEffect]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_damageChanged]], [[BIS_fnc_healthEffects]] |See also=
 
}}
}}


Line 48: Line 29:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:incapacitatedEffect}}]]
[[Category:Broken Functions|{{uc:incapacitatedEffect}}]]
[[Category:Function Group: Feedback|{{uc:incapacitatedEffect}}]]
[[Category:Function Group: Feedback|{{uc:incapacitatedEffect}}]]
[[Category:Functions|{{uc:incapacitatedEffect}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:incapacitatedEffect}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:incapacitatedEffect}}]]

Revision as of 21:17, 1 June 2018

Hover & click on the images for description

Description

Description:
A draft of incapacitated effects function.
Does nothing, as the whole code is commented out.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_incapacitatedEffect
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_incapacitatedEffect;

Additional Information

See also:
BIS_fnc_damageChangedBIS_fnc_healthEffects

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

Notes

Bottom Section