HutongGames.PlayMaker.Actions.ReplaceString Class Reference
Replace-action for strings in PlayMaker. More...
Inheritance diagram for HutongGames.PlayMaker.Actions.ReplaceString:
Public Member Functions | |
| override void | OnEnter () |
| override void | OnUpdate () |
Public Member Functions inherited from HutongGames.PlayMaker.Actions.BaseBWFAction | |
| override void | OnUpdate () |
Public Attributes | |
| FsmBool | ReplaceInput = true |
| Replace the input text with the replaced string (default: true). More... | |
Public Attributes inherited from HutongGames.PlayMaker.Actions.BaseBWFActionString | |
| FsmString | Text |
| Input string for validation. More... | |
| FsmString | OutputText |
| Output string of the validation (output). More... | |
Public Attributes inherited from HutongGames.PlayMaker.Actions.BaseBWFAction | |
| FsmEvent | sendEvent |
| Crosstales.BWF.Model.Enum.ManagerMask | Filter = Crosstales.BWF.Model.Enum.ManagerMask.All |
| Select the active filter (default: 'All'). More... | |
| FsmArray | Sources |
| Relevant sources (e.g. 'english', optional). More... | |
| FsmBool | EndlessFilter = false |
| Enable EndlessFilter-mode (default: false). More... | |
| FsmFloat | EndlessFilterUpdateTime = 1f |
| Defines the update time in EndlessFilter-mode in seconds (default: 1). More... | |
Additional Inherited Members | |
Protected Attributes inherited from HutongGames.PlayMaker.Actions.BaseBWFAction | |
| float | _endlessFilterUpdateTimer = 0f |
Detailed Description
Replace-action for strings in PlayMaker.
Member Data Documentation
◆ ReplaceInput
| FsmBool HutongGames.PlayMaker.Actions.ReplaceString.ReplaceInput = true |
Replace the input text with the replaced string (default: true).
The documentation for this class was generated from the following file:
- C:/Users/slaub/Unity/assets/BWFPro/BWFPro/Assets/Plugins/crosstales/BadWordFilter/3rd party/PlayMaker/Scripts/ReplaceString.cs
Public Member Functions inherited from