DModelPanel.SetCamPos

From GMod Wiki

Jump to: navigation, search
Function
Syntax DModelPanel.SetCamPos( Vector CameraPos )
Description:
Sets the camera's position relative to the model
Returns: nil
In Object: DModelPanel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DModelPanel.SetCamPos]DModelPanel.SetCamPos [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSets the camera's position relative to the model.
Used onNewerClient.png
Code
 
DHorizontalScroller = vgui.Create("DModelPanel")
DModelPanel:SetCamPos(Vector(50,50,50)))
 
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox