DModelPanel.SetLookAt

From GMod Wiki

Jump to: navigation, search
Function
Syntax DModelPanel.SetLookAt( Vector LookAt )
Description:
Sets the camera's look at angle on a panel
Returns: nil
In Object: DModelPanel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DModelPanel.SetLookAt]DModelPanel.SetLookAt [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSets the camera's look at angle on a panel.
Used onNewerClient.png
Code
 
DModelPanel = vgui.Create("DModelPanel")
DModelPanel:SetLookAt(Vector(0,0,40))
 
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox