Difference between revisions of "SCI Kernel Documentation/Index"
From SCI Wiki
Jump to navigationJump to search (→H) |
|||
(44 intermediate revisions by the same user not shown) | |||
Line 30: | Line 30: | ||
{| width="100%" | {| width="100%" | ||
+ | |- valign= "top" | ||
| width="20%" | | | width="20%" | | ||
A | A | ||
Line 65: | Line 66: | ||
* [[SCI Kernel Documentation/Animation_Functions#.28DoBresen_motion.29|DoBresen]] | * [[SCI Kernel Documentation/Animation_Functions#.28DoBresen_motion.29|DoBresen]] | ||
* [[SCI Kernel Documentation/Sound_Functions#.28DoSound_InitSound_sound.29|DoSound]] | * [[SCI Kernel Documentation/Sound_Functions#.28DoSound_InitSound_sound.29|DoSound]] | ||
+ | | width="20%" | | ||
* [[SCI Kernel Documentation/Animation_Functions#.28DrawCel_view_loop_cel_left_top_priority.29|DrawCel]] | * [[SCI Kernel Documentation/Animation_Functions#.28DrawCel_view_loop_cel_left_top_priority.29|DrawCel]] | ||
* [[SCI Kernel Documentation/Window_and_Text_Functions#.28DrawControl_item.29|DrawControl]] | * [[SCI Kernel Documentation/Window_and_Text_Functions#.28DrawControl_item.29|DrawControl]] | ||
Line 87: | Line 89: | ||
* [[SCI Kernel Documentation/Debugging_Functions#.28MemoryInfo_FreeHunk.29|FreeHunk]] | * [[SCI Kernel Documentation/Debugging_Functions#.28MemoryInfo_FreeHunk.29|FreeHunk]] | ||
<br /> | <br /> | ||
− | |||
G | G | ||
* [[SCI Kernel Documentation/SCI Overview|garbage collection]] | * [[SCI Kernel Documentation/SCI Overview|garbage collection]] | ||
Line 101: | Line 102: | ||
* [[SCI Kernel Documentation/System_Functions#.28GetTime_.5BrealTime.5D.29|GetTime]] | * [[SCI Kernel Documentation/System_Functions#.28GetTime_.5BrealTime.5D.29|GetTime]] | ||
* [[SCI Kernel Documentation/Input_Functions#.28GlobalToLocal_event.29|GlobalToLocal]] | * [[SCI Kernel Documentation/Input_Functions#.28GlobalToLocal_event.29|GlobalToLocal]] | ||
+ | | width="20%" | | ||
* [[SCI Kernel Documentation/SCI Overview|Graph]] | * [[SCI Kernel Documentation/SCI Overview|Graph]] | ||
<br /> | <br /> | ||
− | + | H | |
− | |||
* [[SCI Kernel Documentation/SCI Overview|handle]] | * [[SCI Kernel Documentation/SCI Overview|handle]] | ||
* [[SCI Kernel Documentation/Input_Functions#.28HaveMouse.29|HaveMouse]] | * [[SCI Kernel Documentation/Input_Functions#.28HaveMouse.29|HaveMouse]] | ||
Line 111: | Line 112: | ||
* [[SCI Kernel Documentation/SCI Overview|hunk]] | * [[SCI Kernel Documentation/SCI Overview|hunk]] | ||
<br /> | <br /> | ||
− | + | I | |
− | + | * [[SCI Kernel Documentation/Animation_Functions#.28InitBresen_motion.29|InitBresen]] | |
− | * [[SCI Kernel Documentation/|InitBresen]] | + | * [[SCI Kernel Documentation/Input Functions|input]] |
− | * [[SCI Kernel Documentation/|input]] | + | * [[SCI Kernel Documentation/Debugging_Functions#.28InspectObj_object.29|InspectObj]] |
− | * [[SCI Kernel Documentation/|InspectObj]] | + | * [[SCI Kernel Documentation/Object_Functions#.28IsObject_object.29|IsObject]] |
− | * [[SCI Kernel Documentation/|IsObject]] | ||
<br /> | <br /> | ||
− | + | K | |
− | * [[SCI Kernel Documentation/|kList]] | + | * [[SCI Kernel Documentation/Animation Functions|kList]] |
− | * [[SCI Kernel Documentation/|kNode]] | + | * [[SCI Kernel Documentation/Animation Functions|kNode]] |
<br /> | <br /> | ||
− | + | L | |
− | * [[SCI Kernel Documentation/|LargestHandle]] | + | * [[SCI Kernel Documentation/Debugging_Functions#.28MemoryInfo_LargestHandle.29|LargestHandle]] |
− | * [[SCI Kernel Documentation/|LargestPtr]] | + | * [[SCI Kernel Documentation/Debugging_Functions#.28MemoryInfo_LargestPtr.29|LargestPtr]] |
− | * [[SCI Kernel Documentation/|LastNode]] | + | * [[SCI Kernel Documentation/List_Functions#.28LastNode_kList.29|LastNode]] |
− | * [[SCI Kernel Documentation/|list]] | + | * [[SCI Kernel Documentation/List Functions|list]] |
− | * [[SCI Kernel Documentation/|Load]] | + | * [[SCI Kernel Documentation/Resource_Functions#.28Load_resType_resID.29|Load]] |
− | * [[SCI Kernel Documentation/|LocalToGlobal]] | + | * [[SCI Kernel Documentation/Input_Functions#.28LocalToGlobal_event.29|LocalToGlobal]] |
<br /> | <br /> | ||
− | + | M | |
− | * [[SCI Kernel Documentation/|MapKeyToDir]] | + | * [[SCI Kernel Documentation/Input_Functions#.28MapKeyToDir_flag.29|MapKeyToDir]] |
− | * [[SCI Kernel Documentation/|MemoryInfo]] | + | * [[SCI Kernel Documentation/Debugging_Functions#.28MemoryInfo_LargestPtr.29|MemoryInfo]] |
− | * [[SCI Kernel Documentation/|menu]] | + | * [[SCI Kernel Documentation/Menu Functions|menu]] |
− | * [[SCI Kernel Documentation/|MouseSelect]] | + | <!-- * [[SCI Kernel Documentation/|MouseSelect]] --> |
<br /> | <br /> | ||
N | N | ||
− | * [[SCI Kernel Documentation/|NewList]] | + | * [[SCI Kernel Documentation/List_Functions#.28NewList.29|NewList]] |
− | * [[SCI Kernel Documentation/|NewNode]] | + | | width="20%" | |
− | * [[SCI Kernel Documentation/|NewWindow]] | + | * [[SCI Kernel Documentation/List_Functions#.28NewNode_key_value.29|NewNode]] |
− | * [[SCI Kernel Documentation/|NextNode]] | + | * [[SCI Kernel Documentation/Window_and_Text_Functions#.28NewWindow_top_left_bottom_right_title_type_priority_color_back.29|NewWindow]] |
− | * [[SCI Kernel Documentation/|NodeValue]] | + | * [[SCI Kernel Documentation/List_Functions#.28NextNode_kNode.29|NextNode]] |
− | * [[SCI Kernel Documentation/|NumCels]] | + | * [[SCI Kernel Documentation/List_Functions#.28NodeValue_kNode.29|NodeValue]] |
− | * [[SCI Kernel Documentation/|NumLoops]] | + | * [[SCI Kernel Documentation/Animation_Functions#.28NumCels_actor.29|NumCels]] |
+ | * [[SCI Kernel Documentation/Animation_Functions#.28NumLoops_actor.29|NumLoops]] | ||
+ | O | ||
+ | * [[SCI Kernel Documentation/Object Functions|objects]] | ||
+ | * [[SCI Kernel Documentation/Animation_Functions#.28OnControl_mapType_x_y_.5Brx_ly.5D.29|OnControl]] | ||
+ | P | ||
+ | * [[SCI Kernel Documentation/Input_Functions#.28Parse_stringPtr.29|Parse]] | ||
+ | * [[SCI Kernel Documentation/SCI Overview|pcode]] | ||
+ | * [[SCI Kernel Documentation/Picture_Functions#.28PicNotValid_.5Bvalue.5D.29|PicNotValid]] | ||
+ | * [[SCI Kernel Documentation/SCI Overview|pmachine]] | ||
+ | * [[SCI Kernel Documentation/SCI Overview|pointer]] | ||
+ | * [[SCI Kernel Documentation/List_Functions#.28PrevNode_kNode.29|PrevNode]] | ||
<br /> | <br /> | ||
− | + | R | |
− | * [[SCI Kernel Documentation/| | + | * [[SCI Kernel Documentation/Arithmetic_Functions#.28Random_min_max.29|Random]] |
− | * [[SCI Kernel Documentation/| | + | * [[SCI Kernel Documentation/String_Functions#.28ReadNumber_string.29|ReadNumber]] |
+ | * [[SCI Kernel Documentation/Resource_Functions#.28Load_resType_resID.29|resID]] | ||
+ | * [[SCI Kernel Documentation/Resource Functions|resources]] | ||
+ | * [[SCI Kernel Documentation/Object_Functions#.28RespondsTo_object_selector.29|RespondsTo]] | ||
+ | * [[SCI Kernel Documentation/Save-Restore_Game_Functions#.28RestartGame.29|RestartGame]] | ||
+ | * [[SCI Kernel Documentation/Save-Restore_Game_Functions#.28RestoreGame_name_num_version.29|RestoreGame]] | ||
+ | * [[SCI Kernel Documentation/Resource_Functions#.28Load_resType_resID.29|resType]] | ||
<br /> | <br /> | ||
− | + | S | |
− | + | * [[SCI Kernel Documentation/Input_Functions#.28Said_saidStr.29|Said]] | |
− | + | * [[SCI Kernel Documentation/Save-Restore_Game_Functions#.28SaveGame_name_num_.40comment_version.29|SaveGame]] | |
− | + | * [[SCI Kernel Documentation/Resource_Functions#.28ScriptID_script_.5Bentry.5D.29|ScriptID]] | |
− | + | * [[SCI Kernel Documentation/Input_Functions#.28SetCursor_form_showOn_.5Bx.5D_.5By.5D.29|SetCursor]] | |
− | + | * [[SCI Kernel Documentation/Debugging_Functions#.28SetDebug.29|SetDebug]] | |
− | + | | width="20%" | | |
− | + | * [[SCI Kernel Documentation/Animation_Functions#.28SetJump_actor_deltaX_deltaY_gravY.29|SetJump]] | |
− | + | * [[SCI Kernel Documentation/Menu_Functions#.28SetMenu_itemName_selector_value_.5Bselector_value_....5D.29|SetMenu]] | |
− | + | * [[SCI Kernel Documentation/Animation_Functions#.28SetNowSeen_actor.29|SetNowSeen]] | |
− | + | * [[SCI Kernel Documentation/Window_and_Text_Functions#.28SetPort_grafPort.29|SetPort]] | |
− | + | * [[SCI Kernel Documentation/Input_Functions#.28SetSynonyms_regionList.29|SetSynonyms]] | |
− | + | * [[SCI Kernel Documentation/Picture_Functions#.28ShakeScreen_num_.5Bdir.5D.29|ShakeScreen]] | |
− | + | * [[SCI Kernel Documentation/Picture_Functions#.28Show_what.29|Show]] | |
− | + | * [[SCI Kernel Documentation/Debugging_Functions#.28ShowFree.29|ShowFree]] | |
− | + | * [[SCI Kernel Documentation/Debugging_Functions#.28ShowObjs_withID.29|ShowObjs]] | |
− | + | * [[SCI Kernel Documentation/Debugging_Functions#.28ShowSends.29|ShowSends]] | |
− | + | * [[SCI Kernel Documentation/Arithmetic_Functions#.28SinDiv_angle_num.29|SinDiv]] | |
− | + | * [[SCI Kernel Documentation/Arithmetic_Functions#.28SinMult_angle_num.29|SinMult]] | |
− | * [[SCI Kernel Documentation/|Said]] | + | * [[SCI Kernel Documentation/Arithmetic_Functions#.28Sqrt_number.29|Sqrt]] |
− | * [[SCI Kernel Documentation/|SaveGame]] | + | * [[SCI Kernel Documentation/Debugging_Functions#.28StackUsage_MStackSize.29|StackUsage]] |
− | * [[SCI Kernel Documentation/|ScriptID]] | + | * [[SCI Kernel Documentation/String_Functions#.28StrAt_string_position_.5Bchar.5D.29|StrAt]] |
− | * [[SCI Kernel Documentation/|SetCursor]] | + | * [[SCI Kernel Documentation/String_Functions#.28StrCat_str1_str2.29|StrCat]] |
− | * [[SCI Kernel Documentation/|SetDebug]] | + | * [[SCI Kernel Documentation/String_Functions#.28StrCmp_str1_str2.29|StrCmp]] |
− | * [[SCI Kernel Documentation/|SetJump]] | + | * [[SCI Kernel Documentation/String_Functions#.28StrCpy_str1_str2.29|StrCpy]] |
− | * [[SCI Kernel Documentation/|SetMenu]] | + | * [[SCI Kernel Documentation/String_Functions#.28StrEnd_str.29|StrEnd]] |
− | * [[SCI Kernel Documentation/|SetNowSeen]] | + | * [[SCI Kernel Documentation/String Functions|strings]] |
− | * [[SCI Kernel Documentation/|SetPort]] | + | * [[SCI Kernel Documentation/String_Functions#.28StrLen_str.29|StrLen]] |
− | * [[SCI Kernel Documentation/|SetSynonyms]] | ||
− | * [[SCI Kernel Documentation/|ShakeScreen]] | ||
− | * [[SCI Kernel Documentation/|Show]] | ||
− | * [[SCI Kernel Documentation/|ShowFree]] | ||
− | * [[SCI Kernel Documentation/|ShowObjs]] | ||
− | * [[SCI Kernel Documentation/|ShowSends]] | ||
− | * [[SCI Kernel Documentation/|SinDiv]] | ||
− | * [[SCI Kernel Documentation/|SinMult]] | ||
− | * [[SCI Kernel Documentation/|Sqrt]] | ||
− | * [[SCI Kernel Documentation/|StackUsage]] | ||
− | * [[SCI Kernel Documentation/|StrAt]] | ||
− | * [[SCI Kernel Documentation/|StrCat]] | ||
− | * [[SCI Kernel Documentation/|StrCmp]] | ||
− | * [[SCI Kernel Documentation/|StrCpy]] | ||
− | * [[SCI Kernel Documentation/|StrEnd]] | ||
− | * [[SCI Kernel Documentation/|strings]] | ||
− | * [[SCI Kernel Documentation/|StrLen]] | ||
<br /> | <br /> | ||
− | + | T | |
− | * [[SCI Kernel Documentation/|TextSize]] | + | * [[SCI Kernel Documentation/Window_and_Text_Functions#.28TextSize_rectPtr_text_font_width.29|TextSize]] |
<br /> | <br /> | ||
− | + | U | |
− | * [[SCI Kernel Documentation/|UnLoad]] | + | * [[SCI Kernel Documentation/Resource_Functions#.28UnLoad_resType_resID.29|UnLoad]] |
<br /> | <br /> | ||
− | + | V | |
− | * [[SCI Kernel Documentation/|ValidPath]] | + | * [[SCI Kernel Documentation/File_Functions#.28ValidPath_pathNamePtr.29|ValidPath]] |
<br /> | <br /> | ||
− | + | W | |
− | * [[SCI Kernel Documentation/|Wait]] | + | * [[SCI Kernel Documentation/System_Functions#.28Wait_n.29|Wait]] |
|} | |} | ||
Line 214: | Line 214: | ||
| | ||
− | <span style="float: left">[[SCI Kernel Documentation/|< Previous: ]]</span><span style="float: right"><span class="Inactive">Next: ></span></span> | + | <span style="float: left">[[SCI Kernel Documentation/Debugging Functions|< Previous: SCI Kernel Documentation/Debugging Functions]]</span> |
+ | <span style="float: right"><span class="Inactive">Next: ></span></span> | ||
| |
Latest revision as of 23:14, 11 March 2016
A
|
|
|
O P
|
|
< Previous: SCI Kernel Documentation/Debugging Functions Next: >