Entity:GetEditingData
Description
Returns internal data about editable Entity:NetworkVars.
This is used internally by DEntityProperties and Editable Entities system.
This function will only work on entities which had Entity:InstallDataTable called on them, which is done automatically for players and all Scripted Entities
Returns
Example
Example output, if used on a edit_sun
.
Output: overlaycolor:
order = 4
title = OverlayColor
type = VectorColor
overlaysize:
max = 200
min = 0
order = 2
title = OverlaySize
type = Float
suncolor:
order = 3
title = SunColor
type = VectorColor
sunsize:
max = 100
min = 0
order = 1
title = SunSize
type = Float