GetName() 공개 메소드

public GetName ( int action ) : String
action int
리턴 String
예제 #1
0
 // Get the name of the specified action
 public virtual string GetName(int action)
 {
     return(actionExpert.GetName(action));
 }
예제 #2
0
 public string GetName(int i)
 {
     return(actionExpert.GetName(i));
 }