Ko/List of CS:GO Script Functions: Difference between revisions
< Ko
Jump to navigation
Jump to search
(Created page with "{{lang|List of Counter-Strike: Global Offensive Script Functions}} {{toc-right}} {{sq}} 이 목록은 엔진과 관련된 Squirrel 클래스를 포함하고 있습니다,...") |
No edit summary |
||
Line 4: | Line 4: | ||
{{sq}} 이 목록은 엔진과 관련된 Squirrel 클래스를 포함하고 있습니다, 함수와 변수는 in {{game link|Counter-Strike: Global Offensive}}의 [[VScript]]에서 이용 가능 합니다. 공식 문서는 <code>developer</code> 설정에 따라 콘솔에 나타낼 수 있습니다, 맵을 로드하고, <code>script_help</code>를 실행시킵니다. | {{sq}} 이 목록은 엔진과 관련된 Squirrel 클래스를 포함하고 있습니다, 함수와 변수는 in {{game link|Counter-Strike: Global Offensive}}의 [[VScript]]에서 이용 가능 합니다. 공식 문서는 <code>developer</code> 설정에 따라 콘솔에 나타낼 수 있습니다, 맵을 로드하고, <code>script_help</code>를 실행시킵니다. | ||
== Variables == | |||
{| class="standard-table" | |||
!Instance | |||
!Type | |||
!Description | |||
|- | |||
|<code>Entities</code> | |||
|<code>[[#CEntities|CEntities]]</code> | |||
|서버에서 엔디티를 스폰할 수 있는 권한을 제공합니다. | |||
|- | |||
|} |
Revision as of 10:11, 6 December 2020
이 목록은 엔진과 관련된 Squirrel 클래스를 포함하고 있습니다, 함수와 변수는 in
Counter-Strike: Global Offensive 의 VScript에서 이용 가능 합니다. 공식 문서는
developer
설정에 따라 콘솔에 나타낼 수 있습니다, 맵을 로드하고, script_help
를 실행시킵니다.
Variables
Instance | Type | Description |
---|---|---|
Entities
|
CEntities
|
서버에서 엔디티를 스폰할 수 있는 권한을 제공합니다. |