Garry's Mod Wiki

Entity:SetDTFloat

  Entity:SetDTFloat( number key, number float )

Description

This is used internally - although you're able to use it you probably shouldn't.

This is called internally by the Entity:NetworkVar system, you can use this in cases where using NetworkVar is not possible.

Sets the specified float on the entity's datatable.

Arguments

1 number key
Goes from 0 to 31.
2 number float
The float to write on the entity's datatable.