Esempio n. 1
0
 /// <summary>
 /// Set CurrentWorld and update external reference pointers to reflect this
 /// </summary>
 public void SetCurrentWorld(IntPtr world)
 {
     Native_FWorldContext.SetCurrentWorld(Address, world);
 }