Creation/Dev/Script/Client/WorldEditor: Difference between revisions
From Graal Bible
mNo edit summary |
Pooper200000 (talk | contribs) No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
<pre> | <pre> | ||
WorldEditor (GuiControl): | WorldEditor (GuiControl): | ||
Latest revision as of 11:43, 16 February 2010
WorldEditor (GuiControl):
automaticsync - boolean
axisgizmoactive - boolean
axisgizmomaxscreenlen - integer
boundingboxcollision - boolean
defaulthandle - string
dragrectcolor - string
droptype - string
faceselectcolor - string
gridcolor - string
gridsize - string
isdirty - boolean
lockedhandle - string
maxscalefactor - float
minscalefactor - float
mousemovescale - float
mouserotatescale - float
mousescalescale - float
objectsuseboxcenter - boolean
objecttextcolor - string
objmouseovercolor - string
objmouseoverselectcolor - string
objselectcolor - string
objtextformat - string
planarmovement - boolean
planedim - float
popupbackgroundcolor - string
popuptextcolor - string
projectdistance - float
rendernav - boolean
renderobjhandle - boolean
renderobjtext - boolean
renderplane - boolean
renderplanehashes - boolean
renderpopupbackground - boolean
renderselectionbox - boolean
rotationsnap - float
selecthandle - string
selectionboxcolor - string
selectionlocked - boolean
showmousepopupinfo - boolean
snaprotations - boolean
snaptogrid - boolean
toggleignorelist - boolean
undolimit - integer
addundostate()
clearignorelist()
clearselection()
deleteselection()
dropselection()
getmode() - returns string
getselectedobject(int) - returns object
getselectioncentroid() - returns string
getselectionsize() - returns integer
hideselection(bool)
ignoreobjclass(str)
lightselection()
lockselection(bool)
redo()
reloadselection()
selectobject(obj)
setmode(str)
syncselection()
undo()
unselectobject(obj)