Method GetLastWriterSystemName
GetLastWriterSystemName(ArchetypeChunk, ComponentType)
Gets the name of the system that last modified the component type of the given chunk
Declaration
public static string GetLastWriterSystemName(ArchetypeChunk chunk, ComponentType componentType)Parameters
| Type | Name | Description | 
|---|---|---|
| ArchetypeChunk | chunk | The chunk to check | 
| ComponentType | componentType | The component type to check | 
Returns
| Type | Description | 
|---|---|
| String | The name of the system that modified it if found |