Skip to content

Commit

Permalink
(I think) fixes some documentation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 authored May 2, 2023
1 parent 624c10e commit c10f8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Equivalent to DM's `datum.procName(...)`

### datum:is_null()

This function is used to evaluate the truthiness of a DM var. The lua statement `if datum:is_null() then` is equivalent to the DM statement `if(datum)`.
This function is used to evaluate the truthiness of a DM var. The lua statement `if datum:is_null() then` is equivalent to the DM statement `if(!datum)`.

### datum.vars

Expand Down

0 comments on commit c10f8f1

Please sign in to comment.