Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

CommandName.cs declarations

Public API declaration excerpts from ../bitquirky-command/Runtime/CommandName.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-command/Runtime/CommandName.cs

Source file hash: sha256:360be9431b8a92ac606d38844ad88d58039a6d32f486b358a11e22d4a3b3da83

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 19-125

Declaration hash: sha256:761aa49ddb65475a0c71cc51b91a63c5f26395cbf11d2850b5604f055275600f

C#
public static class CommandName
{
}

Original lines: 25-58

Declaration hash: sha256:3a2c7e63a46f5c75426e056ec0055d15f0ba7e1c715dfabb2771e4f92769f28b

C#
public static string ToKebabCase(string identifier);

Original lines: 61-64

Declaration hash: sha256:77d2941c4d9cb2a50332a8d0137a9b808ced9dd2499f4f569d4e361823006216

C#
public static string Join(string domain, string verb);

Method: TryParseFullName(string token, out string domain, out string verb)

Section titled “Method: TryParseFullName(string token, out string domain, out string verb)”

Original lines: 70-88

Declaration hash: sha256:61289034128ccbd0dbfc4a5947ebe68a8c80a6dfd3182431ccd8cb713866874e

C#
public static bool TryParseFullName(string token, out string domain, out string verb);

Original lines: 94-124

Declaration hash: sha256:5dbbb4180c4557a5f694729446a5da6cb830167275fc17209717121f65b1f470

C#
public static bool IsValidNamePart(string part);
Full-size image