Thread: TStaticVar()
View Single Post
  #4  
Old 03-20-2015, 12:37 PM
khortez khortez is offline
PrototypeX
khortez's Avatar
Join Date: Dec 2008
Posts: 91
khortez will become famous soon enough
thanks, i think i understand it a lot better now. So last things i can think of to ask is, I've seen code with the same format. but they looked different. does it act the same? being a blank object and everything? And could I actually use this to say.. pass a GUI through a function? (just brainstorming possibilities)

I was looking for another sample, but i'll just post the one that i do have:


PHP Code:
function onCreated(){
  
temp.panel = new TDrawingPanel();
  
//more temp.panel stuff


the second one i remember was completely different. same format but customized name.

thanks
Reply With Quote