mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add ref() to builtins
This commit is contained in:
parent
4e9e7f0fb5
commit
f4df75f22c
1 changed files with 3 additions and 0 deletions
|
|
@ -323,6 +323,9 @@ pub fn register_builtins(tree: &mut ObjectTree) -> Result<(), DMError> {
|
|||
var/const/BLEND_MULTIPLY = int!(4);
|
||||
var/const/BLEND_INSET_OVERLAY = int!(5);
|
||||
|
||||
// this is just a procstyle syntax wrapper for \ref[foo]
|
||||
proc/ref(A);
|
||||
|
||||
// global procs
|
||||
proc/abs(A);
|
||||
proc/addtext(Arg1, Arg2/*, ...*/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue