Fixed typo at18108 (FireStorm)
This commit is contained in:
parent
dc57ef1e0c
commit
160ab3572b
|
@ -131,7 +131,7 @@ enum CA_VALUE {
|
|||
};
|
||||
|
||||
/* use this function to get info about specified control point's area */
|
||||
native area_get_data( index, CP_VALUE:key, szValue[]="", len=0 );
|
||||
native area_get_data( index, CA_VALUE:key, szValue[]="", len=0 );
|
||||
|
||||
/* use this function to change control point's area data */
|
||||
native area_set_data( index, CP_VALUE:key , iValue=-1, szValue[]="" );
|
||||
native area_set_data( index, CA_VALUE:key , iValue=-1, szValue[]="" );
|
||||
|
|
Loading…
Reference in New Issue
Block a user