Last updated 1 month ago
This type represents a weapon's static data.
Function
Attemps to search for a field in this class.
Arguments
Name
Type
Description
name
string
Field name.
Returns
Accessor instance.
Example
local price = wpn_data.m_nPrice; local price = wpn_data['m_nPrice']; -- this also works
schema_accessor_t