Method RetrieveContextArgumentIndex
RetrieveContextArgumentIndex(in byte*, in ParseSegment, bool)
Returns an index of the context argument to use in WriteMessage or builtin code
Declaration
public static int RetrieveContextArgumentIndex(in byte* rawBuffer, in ParseSegment argSlotSegment, bool isThisTemplate)
Parameters
Type | Name | Description |
---|---|---|
byte* | rawBuffer | Pointer to argument UTF8 string |
ParseSegment | argSlotSegment | Segment inside the UTF8 string |
bool | isThisTemplate | True if this is a template (so {Message} is valid) |
Returns
Type | Description |
---|---|
int | Index of the context argument to use in WriteMessage or builtin code |