Page 1 of 1

Can't assign value to view variables

PostPosted: Sat Oct 08, 2011 6:27 am
by EvanBlack
I am trying to set a variable in view.

I've tried

view->variable (ERROR: Pointer Required)

view.variable (ERROR: Illegal Structure Operation)

getclone("view")->variable (ERROR)

getclone("view.0")->variable (ERROR)


I need access to the view variable or I am going to have to set a global variable which will do the same thing but.... I'd need to access view directly later anyway.

Re: Can't assign value to view variables

PostPosted: Sat Oct 08, 2011 6:30 am
by skydereign
You seem to come across the oddest problems. view.variable works fine normally.

Re: Can't assign value to view variables

PostPosted: Sat Oct 08, 2011 6:31 am
by EvanBlack
No I discovered my problem... you can't assign arrays to actors...