Garry's Mod Wiki

WEAPON:KeyValue

  boolean WEAPON:KeyValue( string key, string value )

Description

Called when the engine sets a value for this scripted weapon.

See GM:EntityKeyValue for a hook that works for all entities.

See ENTITY:KeyValue for an hook that works for scripted entities.

Arguments

1 string key
The key that was affected.
2 string value
The new value.

Returns

1 boolean
Return true to suppress this KeyValue or return false or nothing to apply this key value.