Beispiel #1
0
 public GizmoGroup GetValue(TagMapEntry entry)
 {
     return((GizmoGroup)entry.Int);
 }
Beispiel #2
0
 public class TagKeyGizmoGroup : TagKey { public TagKeyGizmoGroup(int id) : base(id) { } public GizmoGroup GetValue(TagMapEntry entry) { return (GizmoGroup)entry.Int; } }
Beispiel #3
0
 public SNOHandle GetValue(TagMapEntry entry)
 {
     return(new SNOHandle(entry.Int));
 }
Beispiel #4
0
 public ScriptFormula GetValue(TagMapEntry entry)
 {
     return(entry.ScriptFormula);
 }
Beispiel #5
0
 public float GetValue(TagMapEntry entry)
 {
     return(entry.Float);
 }
Beispiel #6
0
 public int GetValue(TagMapEntry entry)
 {
     return(entry.Int);
 }
Beispiel #7
0
 public GizmoGroup GetValue(TagMapEntry entry)
 {
     return (GizmoGroup)entry.Int;
 }