Difference between revisions of "Osiris/API/SysClear"
From Divinity Engine Wiki
(Documented SysClear) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
Deletes all facts from the database with name '''_Predicate''' and with '''_Arity''' as number of columns/parameters. | Deletes all facts from the database with name '''_Predicate''' and with '''_Arity''' as number of columns/parameters. | ||
===== Notes ===== | ===== Notes ===== | ||
− | * | + | * It will ''not'' automatically trigger any rules that check whether a database fact has been cleared. |
===== See Also ===== | ===== See Also ===== | ||
* / | * / | ||
− | [[Category:Osiris Calls]] | + | [[Category:Osiris Calls|SysClear]] |
Latest revision as of 11:09, 15 February 2020
Full Definition(s)
- call SysClear((STRING)__Predicate, (INTEGER)__Arity)
Description
Deletes all facts from the database with name _Predicate and with _Arity as number of columns/parameters.
Notes
- It will not automatically trigger any rules that check whether a database fact has been cleared.
See Also
- /