OpenNos.GameObject.Character.GenerateRp C# (CSharp) Method

GenerateRp() public method

public GenerateRp ( int mapid, int x, int y, string parametter ) : string
mapid int
x int
y int
parametter string
return string
        public string GenerateRp(int mapid, int x, int y, string parametter)
        {
            return $"rp {mapid} {x} {y} {parametter}";
        }
Character