public int StrICmp(RakWString right) { int ret = RakNetPINVOKE.RakWString_StrICmp(swigCPtr, RakWString.getCPtr(right)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static uint ToInteger(RakWString rs) { uint ret = RakNetPINVOKE.RakWString_ToInteger(RakWString.getCPtr(rs)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
private bool OpNotEqual(RakWString right) { bool ret = RakNetPINVOKE.RakWString_OpNotEqual(swigCPtr, RakWString.getCPtr(right)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool Equals(RakWString right) { bool ret = RakNetPINVOKE.RakWString_Equals(swigCPtr, RakWString.getCPtr(right)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
private bool OpGreater(RakWString right) { bool ret = RakNetPINVOKE.CSharp_RakNet_RakWString_OpGreater(swigCPtr, RakWString.getCPtr(right)); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
private static RakWString OpPlus(RakWString lhs, RakWString rhs) { RakWString ret = new RakWString(RakNetPINVOKE.OpPlus__SWIG_1(RakWString.getCPtr(lhs), RakWString.getCPtr(rhs)), true); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public RakWString CopyData(RakWString right) { RakWString ret = new RakWString(RakNetPINVOKE.RakWString_CopyData__SWIG_0(swigCPtr, RakWString.getCPtr(right)), false); if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public RakWString(RakWString right) : this(RakNetPINVOKE.new_RakWString__SWIG_3(RakWString.getCPtr(right)), true) { if (RakNetPINVOKE.SWIGPendingException.Pending) { throw RakNetPINVOKE.SWIGPendingException.Retrieve(); } }