Interface IGraphNodeEntity
Namespace: Content.Shared.Construction
Assembly: Content.Shared.dll
Syntax
public interface IGraphNodeEntity
Methods
| Improve this Doc View SourceGetId(Nullable<EntityUid>, Nullable<EntityUid>, GraphNodeEntityArgs)
Gets the Robust.Shared.Prototypes.EntityPrototype ID for a node, given the
Declaration
string? GetId(EntityUid? uid, EntityUid? userUid, GraphNodeEntityArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<EntityUid> | uid | Uid of the construction entity. |
System.Nullable<EntityUid> | userUid | Uid of the user that caused the transition to the node. |
GraphNodeEntityArgs | args | Arguments with useful instances, etc. |
Returns
Type | Description |
---|---|
System.Nullable<System.String> |