Exemple #1
0
 /// <summary>
 /// Gets the path to the currently loaded object.
 /// </summary>
 /// <param name="slot">
 /// Slot containing the object we want to know the path of.
 /// </param>
 /// <returns>Path to the currently loaded object at the specified slot.</returns>
 public string GetObjectFilePath(int slot = 0)
 {
     return(EntityInterop.GetStaticObjectFilePath(this.EntityHandle, slot));
 }