MyEntityIdentifierTryGetEntityT Method (Int64, T) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:VRage.MyEntityIdentifier.TryGetEntity``1(System.Int64,``0@)"]
Namespace: VRage
public static bool TryGetEntity<T>( long entityId, out T entity ) where T : class, IMyEntity
[Missing <param name="entityId"/> documentation for "M:VRage.MyEntityIdentifier.TryGetEntity``1(System.Int64,``0@)"]
[Missing <param name="entity"/> documentation for "M:VRage.MyEntityIdentifier.TryGetEntity``1(System.Int64,``0@)"]
[Missing <typeparam name="T"/> documentation for "M:VRage.MyEntityIdentifier.TryGetEntity``1(System.Int64,``0@)"]
[Missing <returns> documentation for "M:VRage.MyEntityIdentifier.TryGetEntity``1(System.Int64,``0@)"]