hideBody: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Hides the body of the given person. |= Description
| Hides dead body of the given unit. After a short delay, the body slowly sinks into the ground. After awhile, when group of the unit becomes [[grpNull]], the body get deleted and becomes [[objNull]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''hideBody''' person |= Syntax
| '''hideBody''' unit |= Syntax


|p1= person: [[Object]] |= Parameter 1
|p1= unit: [[Object]] - dead unit |= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>hideBody [[player]]</code> |= Example 1
|x1= <code>[[hideBody]] player1;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|[[deleteVehicle]], [[setDamage]], [[addToRemainsCollector]] |= See also


}}
}}

Revision as of 00:15, 4 July 2016

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Hides dead body of the given unit. After a short delay, the body slowly sinks into the ground. After awhile, when group of the unit becomes grpNull, the body get deleted and becomes objNull.
Groups:
Uncategorised

Syntax

Syntax:
hideBody unit
Parameters:
unit: Object - dead unit
Return Value:
Nothing

Examples

Example 1:
hideBody player1;

Additional Information

See also:
deleteVehiclesetDamageaddToRemainsCollector

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