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

From Graal Bible
mNo edit summary
 
(reformat)
Line 1: Line 1:
<pre>
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
    GuiPlayerView (GuiControl):
 
      ambientcolor - string
=Variables=
      cameraz - float
{| border="1" cellpadding="2" width="100%"
      lightcolor - string
| '''Name'''
      lightdirection - string
| '''Type'''
      modelrotx - float
| '''Description'''
      modelrotz - float
|-
      mountshape(int, int, str, str) - returns boolean
| ambientcolor
      setmodel(str, str, str)
| string
      unmountshape(int)
|
</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)
|
|
|}

Revision as of 18:30, 27 January 2006

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)