Skip to content

Commit ea1f116

Browse files
chore: autopublish 2023-01-17T23:59:57Z
1 parent e233bc2 commit ea1f116

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

docs/library/expression.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [calc_handle_offset_for_smart_shape(exp_assign)](#calc_handle_offset_for_smart_shape)
88
- [calc_text_width(expression_def, expand_tags)](#calc_text_width)
99
- [is_for_current_part(exp_assign, current_part)](#is_for_current_part)
10+
- [is_dynamic(exp)](#is_dynamic)
1011

1112
### get_music_region
1213

@@ -99,3 +100,21 @@ Returns true if the expression assignment is assigned to the current part or sco
99100
| Return type | Description |
100101
| ----------- | ----------- |
101102
| `boolean` | |
103+
104+
### is_dynamic
105+
106+
```lua
107+
expression.is_dynamic(exp)
108+
```
109+
110+
[View source](https://github.com/finale-lua/lua-scripts/tree/master/src/library/expression.lua#L137)
111+
112+
Returns true if the expression appears to be a dynamic.
113+
114+
| Input | Type | Description |
115+
| ----- | ---- | ----------- |
116+
| `exp` | `FCExpression` | |
117+
118+
| Return type | Description |
119+
| ----------- | ----------- |
120+
| `boolean` | |

src/lib/lib/script-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)