SendMessage() public méthode

public SendMessage ( string msgId ) : void
msgId string
Résultat void
 static public int SendMessage(IntPtr l)
 {
     try {
         SkillSystem.SkillInstance self = (SkillSystem.SkillInstance)checkSelf(l);
         System.String             a1;
         checkType(l, 2, out a1);
         self.SendMessage(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }