コード例 #1
0
ファイル: Icon.cs プロジェクト: Somnium13/SS13
 public void Insert(Icon new_icon = null, string icon_state = null, double?dir = null, int?frame = null, bool?moving = null, dynamic delay = null)
 {
     Icon13.oper_insert(this.icon, new_icon, icon_state, ((int)(dir ?? 0)), frame ?? 0, moving == true, delay);
     return;
 }