hideBody: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|HIDEBODYD]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|HIDEBODY]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066"> ''' hideBody '' person'''''</h2>
|1.00|= Game version
|arg= local |= Multiplayer Arguments
|eff= global |= Multiplayer Effects
____________________________________________________________________________________________


| 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 gets deleted and becomes [[objNull]]. If applied to alive unit, nothing happens until unit dies, then the unit's body gets hidden. If a dead unit is human player, the body is hidden but not deleted until player respawns.  |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''hideBody''' unit |= Syntax


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


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <code>[[hideBody]] player1;</code> |= Example 1
____________________________________________________________________________________________


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


'''Compatibility:'''
}}


Version 2.10 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Hides the body of the given person.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|HIDEBODYD]]
 
[[Category:Scripting Commands ArmA|HIDEBODY]]
'''Example''':
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
'''hideBody''' [[player]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]]

Revision as of 01:49, 11 June 2017

-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 gets deleted and becomes objNull. If applied to alive unit, nothing happens until unit dies, then the unit's body gets hidden. If a dead unit is human player, the body is hidden but not deleted until player respawns.
Groups:
Uncategorised

Syntax

Syntax:
hideBody unit
Parameters:
unit: Object - person
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