hello there
i didnt know if i should post this here or in programming
i had a lot of great help today from programming so i thaught id give them a rest
in GFxMoviePlayer ther is this function GetPC()
it returns The PlayerController owning the movie
i have my own playercontroller and want to access its variables
i have
local PlayerController PC;
PC = GetPC();
if i change it to local MyPlayerController PC;
it says
error type mismatch in =
any ideas how to make it work?
should i use a different method of getting MyPlayerController?
thanks
i didnt know if i should post this here or in programming
i had a lot of great help today from programming so i thaught id give them a rest

in GFxMoviePlayer ther is this function GetPC()
it returns The PlayerController owning the movie
i have my own playercontroller and want to access its variables
i have
local PlayerController PC;
PC = GetPC();
if i change it to local MyPlayerController PC;
it says
error type mismatch in =
any ideas how to make it work?
should i use a different method of getting MyPlayerController?
thanks
Comment