Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-08-2009, 08:25 PM
The_Kez The_Kez is offline
N-Pulse Asst. Manager
The_Kez's Avatar
Join Date: Dec 2007
Posts: 106
The_Kez is on a distinguished road
Send a message via MSN to The_Kez
TStatic Objects

Is there a way to delete attributes from a TStaticVar so that it isn't returned from obj.getdynamicvarnames() ?

I know if you create such a function like...

PHP Code:
function Test() {
  
temp.obj = new TStaticVar();
  
obj.val  5;
  
obj.destroy();

This would destroy the object, obviously. I need something more like...

PHP Code:
function Test() {
  
temp.obj = new TStaticVar();
  
obj.val  5;
  
obj.val.destroy();

I've tried using .destroy() on the attribute, and setting it to NULL + using clearemptyvars(), but neither of those work.
Any help would be appreciated
Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 12:37 PM.


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