Post scripts 4.0 code questions here
[message #453527] |
Thu, 08 September 2011 06:17  |
|
If you have any questions about the new scripts 4.0 code that was recently released, please post them here and I will do my best to answer them.
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
|
|
|
|
|
|
|
|
|
Re: Post scripts 4.0 code questions here [message #453889 is a reply to message #453527] |
Fri, 09 September 2011 23:21   |
 |
crazfulla
Messages: 667 Registered: September 2006 Location: Aotearoa
Karma: 0
|
Colonel |
|
|
Wrong thread sorry
"GEoDLeto wrote:" | so what you are saying it is gonna take even longer before this thing is finished
So the topic title should be changed to: a sucky little "teaser" from C&C Reborn has been released
|
"halo2pac wrote:" | Unless they are girls, I am not going to bone them.
|
[Updated on: Sat, 10 September 2011 01:13] Report message to a moderator
|
|
|
|
|
Re: Post scripts 4.0 code questions here [message #453977 is a reply to message #453527] |
Sat, 10 September 2011 15:17  |
iRANian
Messages: 4311 Registered: April 2011
Karma: 0
|
General (4 Stars) |
|
|
How do I access cGameData member variables? Using a function like Get_Ip_Address() or directly grabbing the variable tells me that the member is protected.
I'm doing the following:
The_Game()->Get_Ip_Address()
edit: Ah, you need to use the Get_XXXX() member functions. It gave me an error when I used Get_Ip_Address() for some reason that went away after rebuilding twice.
[Updated on: Sat, 10 September 2011 15:50] Report message to a moderator
|
|
|