php Classes returning a value
I have a Class called Player. I call this function Enact_Turn and with in this function I call a member function from Class Player. I do my calculations and I want to return the value back to my Function Enact_Turn and store it an array.
Everything works except the return and store it... does anyone know why?
Cheers
imryn
|