Class TSMReflection
Inheritance
System.Object
TSMReflection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
public static class TSMReflection
Methods
Confirm()
Declaration
public static TTaskPattern Confirm()
Returns
ContinuedText(String)
Declaration
public static TTaskPattern ContinuedText(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
ContinuedTextNewline(String)
Declaration
public static TTaskPattern ContinuedTextNewline(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
FadeStandIn(String, Single)
Declaration
public static TTaskPattern FadeStandIn(string profile_key, float time)
Parameters
Type |
Name |
Description |
System.String |
profile_key |
|
System.Single |
time |
|
Returns
FadeStandOut(String, Single)
Declaration
public static TTaskPattern FadeStandOut(string profile_key, float time)
Parameters
Type |
Name |
Description |
System.String |
profile_key |
|
System.Single |
time |
|
Returns
Place(TSMReflection.StandLocation, String)
Declaration
public static TTaskPattern Place(TSMReflection.StandLocation location, string profile_key)
Parameters
Returns
RawSummon(String)
Declaration
public static TTaskPattern RawSummon(string prefabName)
Parameters
Type |
Name |
Description |
System.String |
prefabName |
|
Returns
Re(StateMachine)
Declaration
public static TTaskPattern Re(StateMachine sm)
Parameters
Type |
Name |
Description |
Danmokou.SM.StateMachine |
sm |
|
Returns
Set(StateMachine[])
Declaration
public static TTaskPattern Set(StateMachine[] states)
Parameters
Type |
Name |
Description |
Danmokou.SM.StateMachine[] |
states |
|
Returns
SetEmote(String, String)
Declaration
public static TTaskPattern SetEmote(string profile, string e)
Parameters
Type |
Name |
Description |
System.String |
profile |
|
System.String |
e |
|
Returns
SetStandOpacity(String, Single)
Declaration
public static TTaskPattern SetStandOpacity(string profile_key, float opacity)
Parameters
Type |
Name |
Description |
System.String |
profile_key |
|
System.Single |
opacity |
|
Returns
SpeakL(String)
Declaration
public static TTaskPattern SpeakL(string profile)
Parameters
Type |
Name |
Description |
System.String |
profile |
|
Returns
SpeakLC()
Declaration
public static TTaskPattern SpeakLC()
Returns
SpeakLCE(String)
Declaration
public static TTaskPattern SpeakLCE(string e)
Parameters
Type |
Name |
Description |
System.String |
e |
|
Returns
SpeakLE(String, String)
Declaration
public static TTaskPattern SpeakLE(string profile, string e)
Parameters
Type |
Name |
Description |
System.String |
profile |
|
System.String |
e |
|
Returns
SpeakR(String)
Declaration
public static TTaskPattern SpeakR(string profile)
Parameters
Type |
Name |
Description |
System.String |
profile |
|
Returns
SpeakRC()
Declaration
public static TTaskPattern SpeakRC()
Returns
SpeakRCE(String)
Declaration
public static TTaskPattern SpeakRCE(string e)
Parameters
Type |
Name |
Description |
System.String |
e |
|
Returns
SpeakRE(String, String)
Declaration
public static TTaskPattern SpeakRE(string profile, string e)
Parameters
Type |
Name |
Description |
System.String |
profile |
|
System.String |
e |
|
Returns
Text(String)
Declaration
public static TTaskPattern Text(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
TextConfirm(String)
Declaration
public static TTaskPattern TextConfirm(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Wait(Synchronizer)
Declaration
public static TTaskPattern Wait(Synchronizer synchr)
Parameters
Type |
Name |
Description |
Danmokou.SM.Synchronizer |
synchr |
|
Returns