RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Client

"ref" means that it takes a variable, and that the variable can be changed inside the method. When declaring a variable for it, leave off the "ref" part.

Cheers,
Ignacio
 

Revan

Sorceror
but.. When i declare it like this: "int variableName;" It says that it cannot convert from int to ref int. :(
 
Top