User Tools

Site Tools


pf:prpl:docs:setfieldcell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pf:prpl:docs:setfieldcell [2015/03/04 15:57] – created pawel345pf:prpl:docs:setfieldcell [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~ 
-<- [[pf:alphabetic_list_of_commands| Alpha List of Commands]] <-[[class link]] <-[[pf:prpl_information|PRPL home]] <-[[pf:start| Game 4 home]]   
-=====  command   ===== 
  
-=== Raw Code === 
-<code> 
-case STATEMENT.SETFIELDCELL: 
-                    f2 = GetFloatFromStack(); //force y 
-                    f1 = GetFloatFromStack(); //force x 
-                    i2 = GetIntFromStack(); //y 
-                    i1 = GetIntFromStack(); //x 
-                    GameSpace.instance.gameControls.CreateField(i1, i2, new Vector3(f1, f2, 0)); 
-                    break; 
-</code> 
- 
- 
-^Arguments^Result^Notation^ 
-| |  |''i1 i2 f4 f3 f2 f1 --  ''| 
- 
-=== How to use === 
- 
-| Standard CRPL | //arguments // **command **   | 
-| Warp notation | **command** (//arguments//) | 
- 
-=== Description === 
- 
-=== programming notes === 
- 
-=== Examples === 
-<code> 
-ShowTraceLog 
-</code>  
- 
-Same example in Warp notation: 
- 
-<code> 
-showtracelog 
- 
-</code> --- //[[pawel_stopa@hotmail.com|pawel345]] 2015/03/04 10:57// 
pf/prpl/docs/setfieldcell.1425484673.txt.gz · Last modified: 2025/02/14 14:56 (external edit)