BIS fnc animalRandomization: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3")
m (Text replacement - "<code>(\[?[^\[]+\]?) *(\[\[)?(call|spawn)(\]\])? *(\[\[)?(BI(N|S)_fnc_[a-zA-Z0-9_]+)(\]\])?;?<\/code>" to "<sqf>$1 $3 $6;</sqf>")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3
 
|version1= 1.00
|1.00


|gr1= Ambient
|gr1= Ambient
Line 21: Line 20:
* "Snake_random_F"
* "Snake_random_F"


|s1= animal call [[BIS_fnc_animalRandomization]]
|s1= animal call [[BIS_fnc_animalRandomization]]


|p1=
|p1=
Line 27: Line 26:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>myDog [[call]] [[BIS_fnc_animalRandomization]];</code>
|x1= <sqf>myDog call BIS_fnc_animalRandomization;</sqf>


|seealso= [[BIS_fnc_unitHeadgear]], [[setObjectTextureGlobal]], [[setObjectMaterialGlobal]]
|seealso= [[BIS_fnc_unitHeadgear]] [[setObjectTextureGlobal]] [[setObjectMaterialGlobal]]
}}
}}

Latest revision as of 14:25, 1 July 2022

Hover & click on the images for description

Description

Description:
Randomise animals skin.
Works on:
  • "Alsatian_Random_F"
  • "ButterFly_random"
  • "Cock_random_F"
  • "Fin_random_F"
  • "Goat_random_F"
  • "Sheep_random_F"
  • "Snake_random_F"
Execution:
call
Groups:
Ambient

Syntax

Syntax:
animal call BIS_fnc_animalRandomization
Return Value:
Nothing

Examples

Example 1:
myDog call BIS_fnc_animalRandomization;

Additional Information

See also:
BIS_fnc_unitHeadgear setObjectTextureGlobal setObjectMaterialGlobal

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