All pages
Powered by GitBook
1 of 6

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

String

Property in

Gets the type representing strings.

public static IType String { get; };

Summary

BuiltinTypes

Any

Property in

Gets the type representing any value.

public static IType Any { get; };

Summary

BuiltinTypes

BuiltinTypes

Class in Yarn

Inherits from System.Object

Summary

Contains the built-in types available in the Yarn language.

public static class BuiltinTypes

Properties

Name
Description

Gets the type representing any value.

Gets the type representing boolean values.

Gets the type representing numbers.

Gets the type representing strings.

Gets a dictionary that maps CLR types to their corresponding Yarn types.

Any
Boolean
Number
String
TypeMappings

TypeMappings

Property in

Gets a dictionary that maps CLR types to their corresponding Yarn types.

public static IReadOnlyDictionary<System.Type, Yarn.IType> TypeMappings { get; };

Summary

BuiltinTypes

Boolean

Property in

Gets the type representing boolean values.

public static IType Boolean { get; };

Summary

BuiltinTypes

Number

Property in

Gets the type representing numbers.

public static IType Number { get; };

Summary

BuiltinTypes