Skip to content

Scripts.DroppedWeapon

Wesley Haws edited this page Jan 30, 2017 · 1 revision

##Scripts - DontDestroy

###What does this do?


Will set the needed parameters in the player "WeaponManager" script. This requires a "Weapon" script to be attached along with this script.

At the start it will remove the titled weapon from the players current list of equipped weapons. This is only to be used for weapons that are to be dropped by the player.

###Who/What is this for?


Any gameobject that has a "Weapon" script attached at the same level as this script.

###Setup


No Parameters.

Requires a "Weapon" Script to be attached.

Clone this wiki locally