Creation/Dev/Script/Client/GuiPlayerView: Difference between revisions

From Graal Bible
mNo edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<pre>
[[Category:Scripting Reference]]
    GuiPlayerView (GuiControl):
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
      ambientcolor - string
 
      cameraz - float
=Variables=
      lightcolor - string
{| border="1" cellpadding="2" width="100%"
      lightdirection - string
| '''Name'''
      modelrotx - float
| '''Type'''
      modelrotz - float
| '''Description'''
      mountshape(int, int, str, str) - returns boolean
|-
      setmodel(str, str, str)
| ambientcolor
      unmountshape(int)
| string
</pre>
|
|-
| cameraz
| float
|
|-
| lightcolor
| string
|
|-
| lightdirection
| string
|
|-
| modelrotx
| float
|
|-
| modelrotz
| float
|
|}
 
=Functions=
{| border="1" cellpadding="2" width="100%"
| '''Name'''
| '''Return Type'''
| '''Description'''
|-
| mountshape(int, int, str, str)
| boolean
|
|-
| setmodel(str, str, str)
|
|
|-
| unmountshape(int)
|
|
|}

Latest revision as of 00:54, 16 February 2010

Inherits GuiControl.

Variables

Name Type Description
ambientcolor string
cameraz float
lightcolor string
lightdirection string
modelrotx float
modelrotz float

Functions

Name Return Type Description
mountshape(int, int, str, str) boolean
setmodel(str, str, str)
unmountshape(int)