Browse CVS Repository
Diff of /xoonips/AL/xnpal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 3404 |
add_assoc_long( new_array, "mid", ptypes[ i ].getModuleID( ) ); |
add_assoc_long( new_array, "mid", ptypes[ i ].getModuleID( ) ); |
| 3405 |
add_assoc_string( new_array, "name", ( char* )ptypes[ i ].getName( ), 1 ); |
add_assoc_string( new_array, "name", ( char* )ptypes[ i ].getName( ), 1 ); |
| 3406 |
add_assoc_string( new_array, "display_name", ( char* )ptypes[ i ].getDisplayName( ), 1 ); |
add_assoc_string( new_array, "display_name", ( char* )ptypes[ i ].getDisplayName( ), 1 ); |
| 3407 |
|
add_assoc_string( new_array, "viewphp", ( char* )ptypes[ i ].getViewphp( ), 1 ); |
| 3408 |
} |
} |
| 3409 |
result = RES_OK; |
result = RES_OK; |
| 3410 |
freeItemType( ptypes ); |
freeItemType( ptypes ); |
|
|
Legend:
| Removed from v.1.39 |
|
| changed lines |
| |
Added in v.1.40 |
|
|
| |