Skip to content

Commit fe18c11

Browse files
author
Alex Cole
committed
Add missing return tag to existproperty.
1 parent 86a4518 commit fe18c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,5 @@ native deleteproperty(id = 0, const name[] = "", value = cellmin);
210210
* <seealso name="Deleteproperty"/>
211211
* <returns><b><c>1</c></b> if the property exists and <b><c>0</c></b> otherwise.</returns>
212212
*/
213-
native existproperty(id = 0, const name[] = "", value = cellmin);
213+
native bool:existproperty(id = 0, const name[] = "", value = cellmin);
214214

0 commit comments

Comments
 (0)