DColorCube.OnUserChanged

From GMod Wiki

Jump to: navigation, search
Event Hook
Hook NameOnUserChanged
SyntaxDColorCube:OnUserChanged( )
DescriptionCalled whenever the cursor is moved within the panel.
ReturnsNil
Lua StateNewerClient.png
BBCode[b][url=wiki.garrysmod.com/?title=DColorCube.OnUserChanged]DColorCube.OnUserChanged [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionCalled whenever the cursor is moved within the panel.
Used onNewerClient.png
Code
function DColorCube:OnUserChanged()
    PrintTable(colorCircle:GetRGB())
end
OutputN/A
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox