Skip to content

Commit

Permalink
Update LSL_byKimpaTammas.xml
Browse files Browse the repository at this point in the history
Comments on top removed, ending tag </keyword>> fixed.
  • Loading branch information
Kimpa-Tammas authored Jun 13, 2024
1 parent 357fc63 commit 253949c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions autoCompletions/LSL_byKimpaTammas.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
<!--
ATTENTION
Lorsqu'un mot-clé de fonction n'a pas de paramètre, "Overload" a la syntaxe suivante :
<Overload descr="" />
S'il y a des paramètres :
<Overload descr=""></Overload>
Si la fonction retourne une valeur, "retVal" est ajouté dans "Overload" :
<Overload retVal="type de valeur" descr="">
Sinon la fonction ne retourne rien :
<Overload retVal="void" descr="">
Les types de variables sont définis de cette façon :
<KeyWord name="type de variable" />
Chaque ligne de description ne doit pas dépasser 80 caractères, soit colonne 110 pour la 1re ligne et 80 pour les suivantes
-->
<?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus>
<AutoComplete language="LSL">
Expand Down Expand Up @@ -1491,7 +1476,7 @@ valid sensed object or avatar.">
categories of events only.">
<Param name="integer index" />
</Overload>
</KeyWord>>
</KeyWord>
<KeyWord name="llDetectedName" func="yes">
<Overload retVal="string" descr="Returns a string that is the name of the detected item.
Expand Down

0 comments on commit 253949c

Please sign in to comment.