Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-19-2005, 05:49 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
HTML Code:
editingmission - Probably a variable signifying a mission is being edited (Graal3D probably).
waterheight - Graal3D water probably.
getsurfacetype - Graal3D.
popdialog() - Popping a dialog from the stack. Think a layer of cards on which you remove/add cards. Now think of this as GUI windows instead.
pushdialog(obj) - Pushing a dialog onto the stack. See above note.
selectedsword - Graal3D probably.
commandtoserver(str) - Graal3D.
extractfilebase(str) - extractfilebase("directory/file.txt") will return "directory" (or "directory/" ?).
findfirstfile(str) - Iterating through lists of files, removed in v4 I believe.
findnextfile(str) - See above note.
getboxcenter(str) - Graal3D, I assume it returns a vector of the center of a 3D box.
getdatablocktypes() - Graal3D.
getobjectbyray(str, str) - Raycash check for objects. Graal3D.
lightscene() - Graal3D, tells the client to generate a lightmap for the current mission.
mapshapeanimation(str, str, str, float) - Graal3D.
triggerserver(str, str, str) - Just like triggeraction without coords and serverside parameter.
Stuff I can identify is above...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:28 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.