示例#1
0
 public int XFERNAME(FName val)
 {
     this.Write(val);
     return(12); // FScriptName's iCode offset is 12 bytes, not 8
 }
示例#2
0
 public int XFER_FUNC_NAME(FName val)
 {
     return(this.XFERNAME(val));
 }
示例#3
0
 public virtual void Write(FName name)
 {
     this.Write(Asset.SearchNameReference(name.Value));
     this.Write(name.Number);
 }