hideBody: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|arg= local |= Multiplayer Arguments
|eff= global |= Multiplayer Effects
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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 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
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= person: [[Object]] |= Parameter 1
|p1= unit: [[Object]] - person |= 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


}}
}}
Line 35: Line 37:
[[Category:Scripting Commands ArmA|HIDEBODY]]
[[Category:Scripting Commands ArmA|HIDEBODY]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Manipulation|{{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