public static int obj_hash(long L) { UnityEvent obj = FCGetObj.GetObj <UnityEvent>(L); if (obj != null) { return(obj.GetHashCode()); } return(0); }