Class MimePowersSystem
Inheritance
System.Object
MimePowersSystem
Namespace: Content.Server.Abilities.Mime
Assembly: Content.Server.dll
Syntax
public sealed class MimePowersSystem : EntitySystem
Methods
| Improve this Doc View SourceBreakVow(EntityUid, MimePowersComponent)
Break this mime's vow to not speak.
Declaration
public void BreakVow(EntityUid uid, MimePowersComponent mimePowers = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
MimePowersComponent | mimePowers |
Initialize()
Declaration
public override void Initialize()
RetakeVow(EntityUid, MimePowersComponent)
Retake this mime's vow to not speak.
Declaration
public void RetakeVow(EntityUid uid, MimePowersComponent mimePowers = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
MimePowersComponent | mimePowers |
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
Type | Name | Description |
---|---|---|
System.Single | frameTime |