Entity:SetNetworkDataValue(Entity, enumeration/NETWORK_VARIABLE_TYPE, number, boolean|number|number|Vector|Angle|string|Entity)
shared
Arguments
- entity Entity
- type NETWORK_VARIABLE_TYPE
- slot number
- value boolean or value number or value number or value Vector or value Angle or value string or value Entity
Examples
Entity:SetNetworkDataValue – Sets a data table variable of the given type, in the given slot, to the given value. Slots start at 0 and there's 32 slots per type (except for strings, which have 4 slots and a limit of 512 characters per string).