File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/en-us/reference/engine/datatypes Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,25 +29,25 @@ methods:
2929 deprecation_message : ' '
3030 - name : Enum:FromName
3131 summary : |
32- Convert a enum name to an enum
32+ Converts an enum name to an `Datatype.Enum`.
3333 description : |
34- Returns either the converted Enum, or nil
34+ Returns either the converted `Datatype. Enum` or ` nil`.
3535 parameters :
3636 returns :
3737 - type : Enum | nil
38- summary : ' Converts from string to enum '
38+ summary : ' '
3939 code_samples : []
4040 tags : []
4141 deprecation_message : ' '
4242 - name : Enum:FromValue
4343 summary : |
44- Convert an enum value to an enum
44+ Converts an enum value to an `Datatype.Enum`.
4545 description : |
46- Returns either the converted Enum, or nil
46+ Returns either the converted `Datatype. Enum` or ` nil`.
4747 parameters :
4848 returns :
4949 - type : Enum | nil
50- summary : ' Converts from a value to enum '
50+ summary : ' '
5151 code_samples : []
5252 tags : []
5353 deprecation_message : ' '
You can’t perform that action at this time.
0 commit comments