Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-22-2006, 11:43 AM
JustBreathe JustBreathe is offline
Registered User
Join Date: Jun 2006
Posts: 59
JustBreathe is on a distinguished road
Array External Return

PHP Code:
NPC1:
function 
onCreated()
  {
  echo( 
getArray() ); // Echos 1,2,3
  
}

public function 
getArray()
  {
  
temp.var = {1,2,3};
  return 
temp.var;
  } 
PHP Code:
NPC2:
function 
onCreated()
  {
  echo( 
NPC1.getArray()) ; // Echos 0
  

Inconsistency in return due to temp variables over external function.

Temp Fix:

PHP Code:
public function getArray()
  {
  
temp.var = {1,2,3};
  
this.toreturn temp.var;
  return 
this.toreturn;
  } 
Reply With Quote
  #2  
Old 06-22-2006, 02:42 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Yes I know that problem, it can actually crash the server/client. It is already fixed, but the new npcserver is not uploaded yet, also a new client version will still take some weeks. On which server do you need to use it ?
Reply With Quote
  #3  
Old 06-22-2006, 02:43 PM
JustBreathe JustBreathe is offline
Registered User
Join Date: Jun 2006
Posts: 59
JustBreathe is on a distinguished road
Quote:
Originally Posted by Stefan
Yes I know that problem, it can actually crash the server/client. It is already fixed, but the new npcserver is not uploaded yet, also a new client version will still take some weeks. On which server do you need to use it ?
Relic: playerworld78
Reply With Quote
  #4  
Old 06-22-2006, 08:21 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
When you restart your npcserver then it should be fixed, please tell me after testing.
Reply With Quote
  #5  
Old 06-22-2006, 08:27 PM
JustBreathe JustBreathe is offline
Registered User
Join Date: Jun 2006
Posts: 59
JustBreathe is on a distinguished road
Quote:
Originally Posted by Stefan
When you restart your npcserver then it should be fixed, please tell me after testing.
NPC-Server Restarted.
GServer wasn't.

The problem persists.
Reply With Quote
  #6  
Old 06-23-2006, 12:45 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Well I have uploaded the new version just a few minutes after I posted this, so eventually try again
Reply With Quote
  #7  
Old 06-23-2006, 09:33 AM
JustBreathe JustBreathe is offline
Registered User
Join Date: Jun 2006
Posts: 59
JustBreathe is on a distinguished road
Quote:
Originally Posted by Stefan
Well I have uploaded the new version just a few minutes after I posted this, so eventually try again
It has been fixed in the last updates. Thanks.
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 09:05 AM.


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