BIS fnc indicateBleeding: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(page filling. Is this still WIP?)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Shows a PP effect which indicates bleeding.<br> {{Important|Do not use,WIP!}}|= Description
File: fn_indicateBleeding.sqf
 
Description:
Do not use - WIP.
 
Parameter(s):
-
 
Returned value:
-
*/
 
 
//-----------------Bleeding - show PP in the corners of the screen instead of health guy---------------------------------------------------------------------------------
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_indicateBleeding]]; --> |= Syntax
| call '''BIS_fnc_bloodEffect'''; |= Syntax
 
|p1= |= Parameter 1


| |= Return value
| [[Nothing]] ('''BIS_applyPP7''' returns [[true]])|= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[call]] '''BIS_fnc_indicateBleeding''';</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS fnc bloodEffect]] |= See also


}}
}}

Revision as of 15:59, 9 May 2018


Hover & click on the images for description

Description

Description:
Shows a PP effect which indicates bleeding.
Do not use,WIP!
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_bloodEffect;
Return Value:
Nothing (BIS_applyPP7 returns true)

Examples

Example 1:
call BIS_fnc_indicateBleeding;

Additional Information

See also:
BIS fnc bloodEffect

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